Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc664 HLessThan cmp_lt(cst_lhs, cst_rhs); in TEST() local
665 code_block->AddInstruction(&cmp_lt); in TEST()
666 HReturn ret(&cmp_lt); in TEST()
719 HLessThan cmp_lt(cst_lhs, cst_rhs); in TEST() local
720 if_block->AddInstruction(&cmp_lt); in TEST()
725 HIf if_lt(&cmp_lt); in TEST()