Searched refs:ExtendAfterOp (Results 1 – 3 of 3) sorted by relevance
765 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local769 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()777 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local781 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
831 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local833 if (ExtendAfterOp) { in parseLoopStructure()838 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()839 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1117 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1119 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1131 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1133 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()