Searched refs:ExtendAfterOp (Results 1 – 3 of 3) 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()
911 const SCEV *ExtendAfterOp = in IsIncrementNSW() local913 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()925 const SCEV *ExtendAfterOp = in IsIncrementNUW() local927 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()
973 const SCEVAddRecExpr *ExtendAfterOp = parseLoopStructure() local