Searched refs:ExtendAfterOp (Results 1 – 2 of 2) sorted by relevance
825 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local827 if (ExtendAfterOp) { in parseLoopStructure()832 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()833 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1173 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1175 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1187 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1189 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()