Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization_test.cc277 HIntConstant* const_2 = graph_->GetIntConstant(2); in TEST_F() local
287 HAdd* body_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_2); in TEST_F()