Searched refs:ExtendAfterOp (Results 1 – 2 of 2) sorted by relevance
204 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local206 if (ExtendAfterOp) { in parseLoopStructure()211 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()212 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
935 const SCEV *ExtendAfterOp = in IsIncrementNSW() local937 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()949 const SCEV *ExtendAfterOp = in IsIncrementNUW() local951 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()