reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
735 EXPECT_NE(Bounds, None); 736 EXPECT_EQ(Bounds->getInitialIVValue().getName(), "ub"); 737 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); 739 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); 742 dyn_cast<ConstantInt>(&Bounds->getFinalIVValue()); 744 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SGT); 745 EXPECT_EQ(Bounds->getDirection(),