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()
1189 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1191 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1203 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1205 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()