Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_range.cc77 static bool IsGEZero(HInstruction* instruction) { in IsGEZero() function
83 return IsGEZero(instruction->InputAt(0)) && in IsGEZero()
84 IsGEZero(instruction->InputAt(1)); in IsGEZero()
89 return IsGEZero(instruction->InputAt(0)); in IsGEZero()
113 if (IsGEZero(v.instruction)) { in SimplifyMin()