Home | History | Annotate | Download | only in Scalar

Lines Matching refs:ExtendAfterOp

725     const SCEVAddRecExpr *ExtendAfterOp =
727 if (ExtendAfterOp) {
732 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart &&
733 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep;