Searched refs:ExtendAfterOp (Results 1 – 2 of 2) sorted by relevance
198 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local200 if (ExtendAfterOp) { in parseLoopStructure()205 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()206 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
851 const SCEV *ExtendAfterOp = in IsIncrementNSW() local853 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()865 const SCEV *ExtendAfterOp = in IsIncrementNUW() local867 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()