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

References

unittests/Analysis/LoopInfoTest.cpp
  973         EXPECT_NE(Bounds, None);
  975             dyn_cast<ConstantInt>(&Bounds->getInitialIVValue());
  977         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  979             dyn_cast_or_null<ConstantInt>(Bounds->getStepValue());
  981         EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub");
  982         EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT);
  983         EXPECT_EQ(Bounds->getDirection(),