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

References

lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  800   const SCEV *RightSCEV = SE.getSCEV(RightValue);
  806       std::swap(LeftValue, RightValue);
  932         RightValue = B.CreateAdd(RightValue, One);
  932         RightValue = B.CreateAdd(RightValue, One);
  999         RightValue = B.CreateSub(RightValue, One);
  999         RightValue = B.CreateSub(RightValue, One);
 1031   Result.LoopExitAt = RightValue;