Searched refs:constant1 (Results 1 – 2 of 2) sorted by relevance
432 HIntConstant* constant1 = graph->GetIntConstant(1); in TEST_F() local452 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1)); in TEST_F()
723 HInstruction* constant1 = graph->GetIntConstant(1); in BuildTwoSubs() local730 *first_sub = new (GetAllocator()) HSub(DataType::Type::kInt32, parameter, constant1); in BuildTwoSubs()