Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis_test.cc350 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, k_header, constant1_); in TEST_F() local
351 ifTrue->AddInstruction(inc1); in TEST_F()
352 k_body->AddInput(inc1); in TEST_F()
366 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()
383 HInstruction* inc1 = new (GetAllocator()) HAdd(DataType::Type::kInt32, basic_[0], constant1_); in TEST_F() local
384 ifTrue->AddInstruction(inc1); in TEST_F()
385 k->AddInput(inc1); in TEST_F()
397 EXPECT_TRUE(HaveSameInduction(store->InputAt(1), inc1)); in TEST_F()