Lines Matching refs:getAddExpr
320 Remainder = SE.getAddExpr( in FactorOutConstant()
377 SE.getAddExpr(NoAddRecs); in SimplifyAddOperands()
511 : expandCodeForImpl(SE.getAddExpr(ScaledOps), Ty, false); in expandAddToGEP()
572 Value *Idx = expandCodeForImpl(SE.getAddExpr(Ops), Ty, false); in expandAddToGEP()
647 return expand(SE.getAddExpr(Ops)); in expandAddToGEP()
933 Rest = SE.getAddExpr(Rest, in ExposePointerBase()
943 Rest = SE.getAddExpr(NewAddOps); in ExposePointerBase()
1187 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
1190 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
1201 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
1204 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
1629 return expand(SE.getAddExpr(AddExprLHS, AddExprRHS)); in visitAddRecExpr()
2438 SE.getAddExpr(S, SE.getConstant(S->getType(), 1)), &At, L)) in isHighCostExpansionHelper()