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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  197     if (SE.isKnownPredicate(Pred, LeftSCEV, RightSCEV) ||
  198         SE.isKnownPredicate(ICmpInst::getInversePredicate(Pred), LeftSCEV,
  204     if (!isa<SCEVAddRecExpr>(LeftSCEV)) {
  206         std::swap(LeftSCEV, RightSCEV);
  212     const SCEVAddRecExpr *LeftAR = cast<SCEVAddRecExpr>(LeftSCEV);
  232         SE.getConstant(LeftSCEV->getType(), NewPeelCount), SE);