Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test.cc495 HLessThan cmp_lt(cst_lhs, cst_rhs); in TEST_F() local
496 code_block->AddInstruction(&cmp_lt); in TEST_F()
497 HReturn ret(&cmp_lt); in TEST_F()
553 HLessThan cmp_lt(cst_lhs, cst_rhs); in TEST_F() local
554 if_block->AddInstruction(&cmp_lt); in TEST_F()
559 HIf if_lt(&cmp_lt); in TEST_F()