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

References

unittests/Analysis/LoopInfoTest.cpp
  794         EXPECT_NE(Bounds, None);
  796             dyn_cast<ConstantInt>(&Bounds->getInitialIVValue());
  798         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  799         EXPECT_EQ(Bounds->getStepValue()->getName(), "step");
  800         EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub");
  801         EXPECT_EQ(Bounds->getCanonicalPredicate(),
  803         EXPECT_EQ(Bounds->getDirection(), Loop::LoopBounds::Direction::Unknown);