Lines Matching refs:getAddExpr
254 Remainder = SE.getAddExpr( in FactorOutConstant()
311 SE.getAddExpr(NoAddRecs); in SimplifyAddOperands()
443 expandCodeFor(SE.getAddExpr(ScaledOps), Ty); in expandAddToGEP()
498 Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty); in expandAddToGEP()
577 return expand(SE.getAddExpr(Ops)); in expandAddToGEP()
804 Rest = SE.getAddExpr(Rest, in ExposePointerBase()
814 Rest = SE.getAddExpr(NewAddOps); in ExposePointerBase()
1044 if (SE.getAddExpr(Requested->getStart(), in canBeCheaplyTransformed()
1060 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
1063 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
1074 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
1077 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
1458 return expand(SE.getAddExpr(AddExprLHS, AddExprRHS)); in visitAddRecExpr()
1983 SE.getAddExpr(S, SE.getConstant(S->getType(), 1)), At, L)) in isHighCostExpansionHelper()