Searched refs:IsGEZero (Results 1 – 1 of 1) sorted by relevance
77 static bool IsGEZero(HInstruction* instruction) { in IsGEZero() function83 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()