Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc221 case HInstruction::InstructionKind::kLessThan: in GetMachineInstructionCount()
Dinstruction_simplifier.cc730 case HInstruction::kLessThan: in GetOppositeConditionSwapOps()
Dnodes.h3867 : HCondition(kLessThan, first, second, dex_pc) { in HCondition() argument