Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization_test.cc276 HIntConstant* const_1 = graph_->GetIntConstant(1); in TEST_F() local
281 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
Dsuperblock_cloner_test.cc64 HIntConstant* const_1 = graph_->GetIntConstant(1); in CreateBasicLoopDataFlow() local
83 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow()
86 HInstruction* induction_inc = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, const_1); in CreateBasicLoopDataFlow()