reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1243 EXPECT_NE(Bounds, None); 1245 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); 1247 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); 1249 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); 1251 EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub"); 1252 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT); 1253 EXPECT_EQ(Bounds->getDirection(),