Home | History | Annotate | Download | only in Analysis

Lines Matching refs:cast

110   EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 1U);
115 EXPECT_FALSE(cast<ConstantInt>((*I2).second)->getZExtValue());
121 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), TripCount);
126 EXPECT_TRUE(cast<ConstantInt>((*I2).second)->getZExtValue());
219 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 5U);
222 EXPECT_EQ(cast<ConstantInt>((*I2).second)->getZExtValue(), 1U);
264 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 0U);
314 EXPECT_EQ(cast<ConstantInt>((*I1).second)->getZExtValue(), 259U);
317 EXPECT_EQ(cast<ConstantInt>((*I2).second)->getZExtValue(), 259U);
320 EXPECT_EQ(cast<ConstantInt>((*I3).second)->getZExtValue(), 3U);