reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
913 EXPECT_NE(Bounds, None); 915 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); 917 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); 919 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); 921 EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub"); 922 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT); 923 EXPECT_EQ(Bounds->getDirection(),