Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dcode_generator_utils.cc114 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::UnsignedUseAnalyzer
245 return analyzer.IsNonNegativeUse(instr, instr->InputAt(i)); in HasNonNegativeInputAt()