Searched refs:EqualsInteger32Constant (Results 1 – 3 of 3) sorted by relevance
503 bool HValue::EqualsInteger32Constant(int32_t value) { in EqualsInteger32Constant() function in v8::internal::HValue1320 if (!l->EqualsInteger32Constant(~0)) return false; in MatchLeftIsOnes()1346 if (left()->EqualsInteger32Constant(nop_constant) && in Canonicalize()1350 if (right()->EqualsInteger32Constant(nop_constant) && in Canonicalize()1400 arg2->EqualsInteger32Constant(identity); in IsIdentityOperation()1432 if (left()->EqualsInteger32Constant(-1) || in MulMinusOne()1433 right()->EqualsInteger32Constant(-1)) { in MulMinusOne()
10550 return sub->left()->EqualsInteger32Constant(32) && sub->right() == sa; in ShiftAmountsAllowReplaceByRotate()10815 if (left->EqualsInteger32Constant(1)) { in BuildBinaryOperation()10818 if (right->EqualsInteger32Constant(1)) { in BuildBinaryOperation()10898 !right->EqualsInteger32Constant(fixed_right_arg.FromJust())) { in BuildBinaryOperation()
574 bool EqualsInteger32Constant(int32_t value);