Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_utils.cc210 if (IsGEZero(value)) { in IsNonNegativeUse()
Dnodes.cc3482 bool IsGEZero(HInstruction* instruction) { in IsGEZero() function
3488 return IsGEZero(instruction->InputAt(0)) && in IsGEZero()
3489 IsGEZero(instruction->InputAt(1)); in IsGEZero()
3494 return IsGEZero(instruction->InputAt(0)); in IsGEZero()
Dinduction_var_range.cc92 if (IsGEZero(v.instruction)) { in SimplifyMin()
Dnodes.h8805 bool IsGEZero(HInstruction* instruction);