Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_utils.cc115 bool IsComparedValueNonNegativeInBlock(HInstruction* value,
126 bool UnsignedUseAnalyzer::IsComparedValueNonNegativeInBlock(HInstruction* value, in IsComparedValueNonNegativeInBlock() function in art::UnsignedUseAnalyzer
230 IsComparedValueNonNegativeInBlock(value, user->AsCondition(), target_user->GetBlock())) { in IsNonNegativeUse()