Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc354 HInstruction* inc2 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F() local
355 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() local
388 ifFalse->AddInstruction(inc2); in TEST_F()
389 k->AddInput(inc2); in TEST_F()
398 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc2)); in TEST_F()