Searched defs:cst_lhs (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc713 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]); local
715 HLessThan cmp_lt(cst_lhs, cst_rhs);
770 HIntConstant* cst_lhs = graph->GetIntConstant(lhs[i]); local
772 HLessThan cmp_lt(cst_lhs, cst_rhs);

Completed in 25 milliseconds