Searched refs:inc2 (Results 1 – 1 of 1) sorted by relevance
354 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F() local355 ifFalse->AddInstruction(inc2); in TEST_F()356 k_body->AddInput(inc2); in TEST_F()367 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()387 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[0], constant1_); in TEST_F() local388 ifFalse->AddInstruction(inc2); in TEST_F()389 k->AddInput(inc2); in TEST_F()398 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()