Searched refs:ExtendAfterOp (Results 1 – 6 of 6) sorted by relevance
526 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local530 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()538 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local542 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
756 const SCEV *ExtendAfterOp = SE->getZeroExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local760 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()768 const SCEV *ExtendAfterOp = SE->getSignExtendExpr(SE->getSCEV(BO), WideTy); in strengthenOverflowingOperation() local772 if (ExtendAfterOp == OpAfterExtend) { in strengthenOverflowingOperation()
696 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local698 if (ExtendAfterOp) { in parseLoopStructure()703 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()704 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
910 const SCEVAddRecExpr *ExtendAfterOp = in parseLoopStructure() local912 if (ExtendAfterOp) { in parseLoopStructure()917 bool NoSignedWrap = ExtendAfterOp->getStart() == ExtendedStart && in parseLoopStructure()918 ExtendAfterOp->getStepRecurrence(SE) == ExtendedStep; in parseLoopStructure()
1062 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1064 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1076 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1078 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()
1117 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1119 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1131 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1133 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()