Searched refs:ExtendAfterOp (Results 1 – 3 of 3) 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()
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()
1062 const SCEV *ExtendAfterOp = in IsIncrementNSW() local1064 return ExtendAfterOp == OpAfterExtend; in IsIncrementNSW()1076 const SCEV *ExtendAfterOp = in IsIncrementNUW() local1078 return ExtendAfterOp == OpAfterExtend; in IsIncrementNUW()