Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization_test.cc295 HIntConstant* const_1 = graph_->GetIntConstant(1); in TEST_F() local
300 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
Dsuperblock_cloner_test.cc68 HIntConstant* const_1 = graph_->GetIntConstant(1); in CreateBasicLoopDataFlow() local
87 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow()
90 HInstruction* induction_inc = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, const_1); in CreateBasicLoopDataFlow()