Searched refs:ExtendAfterOp (Results 1 – 2 of 2) sorted by relevance
828 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local830 if (ExtendAfterOp) { in parseLoopStructure()835 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()836 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1176 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1178 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1190 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1192 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()