Lines Matching refs:store1
319 HInstruction* store1 = InsertArrayStore(add, 0); in TEST_F() local
329 GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
833 HInstruction* store1 = InsertArrayStore(k_header, 0); in TEST_F() local
839 EXPECT_STREQ("periodic((0), (100)):Int32", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
1092 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local
1097 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
1102 EXPECT_TRUE(IsNarrowingLinear(store1->InputAt(1))); in TEST_F()
1106 EXPECT_FALSE(HaveSameInduction(store1->InputAt(1), store2->InputAt(1))); in TEST_F()
1123 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F() local
1132 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
1136 EXPECT_TRUE(IsNarrowingLinear(store1->InputAt(1))); in TEST_F()