Searched refs:ExtendAfterOp (Results 1 – 2 of 2) sorted by relevance
826 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local828 if (ExtendAfterOp) { in parseLoopStructure()833 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()834 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1146 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1148 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1160 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1162 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()