Lines Matching refs:I1
108 auto I1 = SimplifiedValuesVector[0].find(Y1); in TEST() local
109 EXPECT_TRUE(I1 != SimplifiedValuesVector[0].end()); in TEST()
110 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 1U); in TEST()
119 I1 = SimplifiedValuesVector[TripCount - 1].find(Y1); in TEST()
120 EXPECT_TRUE(I1 != SimplifiedValuesVector[TripCount - 1].end()); in TEST()
121 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), TripCount); in TEST()
175 auto I1 = SimplifiedValuesVector[0].find(Y1); in TEST() local
176 EXPECT_TRUE(I1 != SimplifiedValuesVector[0].end()); in TEST()
217 auto I1 = SimplifiedValuesVector[5].find(Y1); in TEST() local
218 EXPECT_TRUE(I1 != SimplifiedValuesVector[5].end()); in TEST()
219 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 5U); in TEST()
262 auto I1 = SimplifiedValuesVector[5].find(Y1); in TEST() local
263 EXPECT_TRUE(I1 != SimplifiedValuesVector[5].end()); in TEST()
264 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 0U); in TEST()
312 auto I1 = SimplifiedValuesVector[5].find(Y1); in TEST() local
313 EXPECT_TRUE(I1 != SimplifiedValuesVector[5].end()); in TEST()
314 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 259U); in TEST()