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.cc3450 bool IsGEZero(HInstruction* instruction) { in IsGEZero() function
3456 return IsGEZero(instruction->InputAt(0)) && in IsGEZero()
3457 IsGEZero(instruction->InputAt(1)); in IsGEZero()
3462 return IsGEZero(instruction->InputAt(0)); in IsGEZero()
Dinduction_var_range.cc91 if (IsGEZero(v.instruction)) { in SimplifyMin()
Dnodes.h8586 bool IsGEZero(HInstruction* instruction);