Lines Matching refs:Int64Constant
1563 __ Uint64LessThanOrEqual(value, __ Int64Constant(Smi::kMaxValue));
2538 Node* check = __ Uint64LessThanOrEqual(value, __ Int64Constant(kMaxInt));
2550 __ Uint64LessThanOrEqual(value, __ Int64Constant(Smi::kMaxValue));
2599 __ IntLessThan(value64, __ Int64Constant(kMaxSafeInteger));
2603 __ IntLessThan(__ Int64Constant(-kMaxSafeInteger), value64);
2639 Node* check_zero = __ Word64Equal(value64, __ Int64Constant(0));
2920 Node* sign_mask = __ Word64Sar(value, __ Int64Constant(63));
2956 __ Goto(&done, __ Int64Constant(0));
2968 __ Goto(&done, __ Int64Sub(__ Int64Constant(0), lsd));
3314 __ Goto(&done, __ Word64Equal(value64, __ Int64Constant(kMinusZeroBits)));
3333 return __ Word64Equal(value64, __ Int64Constant(kMinusZeroBits));