Lines Matching refs:store2
322 HInstruction* store2 = InsertArrayStore(sub, 0); in TEST_F() local
331 GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
834 HInstruction* store2 = InsertArrayStore(t, 0); in TEST_F() local
840 EXPECT_STREQ("periodic((100), (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
1093 HInstruction* store2 = InsertArrayStore(basic_[0], 0); in TEST_F() local
1098 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
1103 EXPECT_FALSE(IsNarrowingLinear(store2->InputAt(1))); in TEST_F()
1106 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F()
1126 HInstruction* store2 = InsertArrayStore(add, 0); in TEST_F() local
1133 EXPECT_STREQ("", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
1137 EXPECT_FALSE(IsNarrowingLinear(store2->InputAt(1))); // works for null in TEST_F()