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

References

unittests/Analysis/LoopInfoTest.cpp
  564         EXPECT_NE(Bounds, None);
  566             dyn_cast<ConstantInt>(&Bounds->getInitialIVValue());
  568         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  570             dyn_cast_or_null<ConstantInt>(Bounds->getStepValue());
  572         EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ubPlusOne");
  573         EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT);
  574         EXPECT_EQ(Bounds->getDirection(),