Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_test.cc724 HInstruction* constant2 = graph->GetIntConstant(2); in BuildTwoSubs() local
732 *second_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, *first_sub, constant2); in BuildTwoSubs()