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

References

lib/Analysis/LoopInfo.cpp
  250   if (LatchCmpInst->getOperand(0) == &getStepInst() ||
  251       LatchCmpInst->getOperand(1) == &getStepInst())
  272           dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&getStepInst())))
unittests/Analysis/LoopInfoTest.cpp
  277         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  335         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  393         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  451         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  509         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  568         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  626         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  681         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  737         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  798         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  857         EXPECT_EQ(Bounds->getStepInst().getName(), "indvars.iv.next");
  917         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
  977         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
 1029         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
 1086         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");
 1156         EXPECT_EQ(Bounds->getStepInst().getName(), "inc.outer");
 1181         EXPECT_EQ(InnerBounds->getStepInst().getName(), "inc");
 1247         EXPECT_EQ(Bounds->getStepInst().getName(), "inc");