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

References

unittests/Analysis/LoopInfoTest.cpp
 1177         EXPECT_NE(InnerBounds, None);
 1179             dyn_cast<ConstantInt>(&InnerBounds->getInitialIVValue());
 1181         EXPECT_EQ(InnerBounds->getStepInst().getName(), "inc");
 1182         StepValue = dyn_cast_or_null<ConstantInt>(InnerBounds->getStepValue());
 1184         EXPECT_EQ(InnerBounds->getFinalIVValue().getName(), "ub");
 1185         EXPECT_EQ(InnerBounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT);
 1186         EXPECT_EQ(InnerBounds->getDirection(),