Lines Matching refs:IsConstant
369 if (shift_amount->IsConstant()) { in VisitShift()
432 sub->GetLeft()->IsConstant() && in IsSubRegBitsMinusOther()
471 if (ushr->GetRight()->IsConstant() && shl->GetRight()->IsConstant()) { in TryReplaceWithRotate()
1503 if ((input_other->IsUShr() || input_other->IsShr()) && input_other->InputAt(1)->IsConstant()) { in VisitAnd()
1667 if (condition->GetLeft()->IsConstant() && !condition->GetRight()->IsConstant()) { in VisitCondition()
1693 if (!left->IsCompare() || !right->IsConstant() || right->AsIntConstant()->GetValue() != 0) { in VisitCondition()
1832 if (divisor->IsConstant()) { in TryToReuseDiv()
2115 if (left->IsConstant()) { in VisitSub()
2853 if (cond->IsConstant()) { in VisitDeoptimize()
2886 if (instruction->GetKind() == left->GetKind() && right->IsConstant()) { in TryHandleAssociativeAndCommutativeOperation()
2889 } else if (left->IsConstant() && instruction->GetKind() == right->GetKind()) { in TryHandleAssociativeAndCommutativeOperation()
2961 HConstant* const2 = right->IsConstant() ? right->AsConstant() : left->AsConstant(); in TrySubtractionChainSimplification()
2977 HConstant* const1 = left->IsConstant() ? left->AsConstant() : y->GetRight()->AsConstant(); in TrySubtractionChainSimplification()
2984 if (x->IsConstant()) { in TrySubtractionChainSimplification()