Searched refs:const_1 (Results 1 – 2 of 2) sorted by relevance
293 HIntConstant* const_1 = graph_->GetIntConstant(1); in TEST_F() local298 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
69 HIntConstant* const_1 = graph_->GetIntConstant(1); in CreateBasicLoopDataFlow() local88 HInstruction* add = new (GetAllocator()) HAdd(DataType::Type::kInt32, array_get, const_1); in CreateBasicLoopDataFlow()91 HInstruction* induction_inc = new (GetAllocator()) HAdd(DataType::Type::kInt32, phi, const_1); in CreateBasicLoopDataFlow()