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

References

unittests/Analysis/LoopInfoTest.cpp
  389         EXPECT_NE(Bounds, None);
  391             dyn_cast<ConstantInt>(&Bounds->getInitialIVValue());
  393         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  395             dyn_cast_or_null<ConstantInt>(Bounds->getStepValue());
  397         EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub");
  398         EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT);
  399         EXPECT_EQ(Bounds->getDirection(),