Home
last modified time | relevance | path

Searched refs:HasNonNegativeResultOrMinInt (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_utils.h45 bool HasNonNegativeResultOrMinInt(HInstruction* instruction);
Dcode_generator_utils.cc103 bool HasNonNegativeResultOrMinInt(HInstruction* instruction) { in HasNonNegativeResultOrMinInt() function
Dcode_generator_arm_vixl.cc4244 if (HasNonNegativeResultOrMinInt(instruction->GetLeft())) { in DivRemByPowerOfTwo()
4436 !HasNonNegativeResultOrMinInt(div)) { in VisitDiv()
4550 } else if (IsPowerOfTwo(AbsOrMin(value)) && !HasNonNegativeResultOrMinInt(rem)) { in VisitRem()
Dcode_generator_arm64.cc3064 if (HasNonNegativeResultOrMinInt(instruction->GetLeft())) { in FOR_EACH_CONDITION_INSTRUCTION()
5636 if (HasNonNegativeResultOrMinInt(instruction->GetLeft())) { in GenerateIntRemForPower2Denom()