Searched refs:IsGEZero (Results 1 – 4 of 4) sorted by relevance
210 if (IsGEZero(value)) { in IsNonNegativeUse()
3482 bool IsGEZero(HInstruction* instruction) { in IsGEZero() function3488 return IsGEZero(instruction->InputAt(0)) && in IsGEZero()3489 IsGEZero(instruction->InputAt(1)); in IsGEZero()3494 return IsGEZero(instruction->InputAt(0)); in IsGEZero()
92 if (IsGEZero(v.instruction)) { in SimplifyMin()
8805 bool IsGEZero(HInstruction* instruction);