Searched refs:ExtendAfterOp (Results 1 – 3 of 3) sorted by relevance
385 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local389 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()397 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local401 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
725 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local727 if (ExtendAfterOp) { in parseLoopStructure()732 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()733 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1047 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1049 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1061 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1063 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()