Lines Matching refs:getAddExpr
608 const SCEV *Sum = SE.getAddExpr(Good); in initialMatch()
614 const SCEV *Sum = SE.getAddExpr(Bad); in initialMatch()
884 return SE.getAddExpr(Ops); in getExactSDiv()
939 S = SE.getAddExpr(NewOps); in ExtractImmediate()
973 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2507 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
3445 Accum = SE.getAddExpr(Accum, IncExpr); in GenerateIVChain()
3447 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
3459 SE.getAddExpr(SE.getUnknown(MapIVOper), SE.getUnknown(IncV)); in GenerateIVChain()
3473 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3961 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
4079 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()
4089 GenerateFormula(SE.getAddExpr(Ops)); in GenerateCombinations()
4139 const SCEV *NewG = SE.getAddExpr(NewOffset, G); in GenerateConstantOffsetsImpl()
4636 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
4680 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
5754 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand()
5770 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand()
5780 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5820 SE.getAddExpr(Ops); in Expand()