Searched refs:IsNonNegativeUse (Results 1 – 1 of 1) sorted by relevance
114 bool IsNonNegativeUse(HInstruction* target_user, HInstruction* value);151 if (IsNonNegativeUse(cond, cond->GetRight())) { in IsComparedValueNonNegativeInBlock()160 if (IsNonNegativeUse(cond, cond->GetLeft())) { in IsComparedValueNonNegativeInBlock()174 if (IsNonNegativeUse(cond, cond->GetRight())) { in IsComparedValueNonNegativeInBlock()183 if (IsNonNegativeUse(cond, cond->GetLeft())) { in IsComparedValueNonNegativeInBlock()201 bool UnsignedUseAnalyzer::IsNonNegativeUse(HInstruction* target_user, HInstruction* value) { in IsNonNegativeUse() function in art::UnsignedUseAnalyzer245 return analyzer.IsNonNegativeUse(instr, instr->InputAt(i)); in HasNonNegativeInputAt()