reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Analysis/LoopInfoTest.cpp
 1082         EXPECT_NE(Bounds, None);
 1084             dyn_cast<ConstantInt>(&Bounds->getInitialIVValue());
 1086         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
 1088             dyn_cast_or_null<ConstantInt>(Bounds->getStepValue());
 1090         EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub");
 1091         EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT);
 1092         EXPECT_EQ(Bounds->getDirection(),