Searched refs:const_1 (Results 1 – 2 of 2) sorted by relevance
295 HIntConstant* const_1 = graph_->GetIntConstant(1); in TEST_F() local300 HAdd* preheader1_add = new (GetAllocator()) HAdd(DataType::Type::kInt32, parameter_, const_1); in TEST_F()
68 HIntConstant* const_1 = graph_->GetIntConstant(1); in CreateBasicLoopDataFlow() local87 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()