Lines Matching refs:getAddExpr
267 Remainder = SE.getAddExpr( in FactorOutConstant()
324 SE.getAddExpr(NoAddRecs); in SimplifyAddOperands()
456 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()
511 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty); in expandAddToGEP()
589 return expand(SE.getAddExpr(Ops)); in expandAddToGEP()
860 Rest = SE.getAddExpr(Rest, in ExposePointerBase()
870 Rest = SE.getAddExpr(NewAddOps); in ExposePointerBase()
1099 if (SE.getAddExpr(Requested->getStart(), in canBeCheaplyTransformed()
1115 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
1118 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
1129 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
1132 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
1526 return expand(SE.getAddExpr(AddExprLHS, AddExprRHS)); in visitAddRecExpr()
2099 SE.getAddExpr(S, SE.getConstant(S->getType(), 1)), At, L)) in isHighCostExpansionHelper()