Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc672 HInstruction* constant2 = graph->GetIntConstant(2); in BuildTwoSubs() local
680 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2); in BuildTwoSubs()