Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_analysis.cc223 case HInstruction::InstructionKind::kLessThanOrEqual: in GetMachineInstructionCount()
Dinstruction_simplifier.cc732 case HInstruction::kLessThanOrEqual: in GetOppositeConditionSwapOps()
Dnodes.h3907 : HCondition(kLessThanOrEqual, first, second, dex_pc) { in HCondition() argument