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

References

unittests/Analysis/LoopInfoTest.cpp
 1159         EXPECT_TRUE(StepValue && StepValue->isOne());
 1159         EXPECT_TRUE(StepValue && StepValue->isOne());
 1182         StepValue = dyn_cast_or_null<ConstantInt>(InnerBounds->getStepValue());
 1183         EXPECT_TRUE(StepValue && StepValue->isOne());
 1183         EXPECT_TRUE(StepValue && StepValue->isOne());