Lines Matching refs:getAddExpr
480 const SCEV *Sum = SE.getAddExpr(Good); in initialMatch()
486 const SCEV *Sum = SE.getAddExpr(Bad); in initialMatch()
756 return SE.getAddExpr(Ops); in getExactSDiv()
811 S = SE.getAddExpr(NewOps); in ExtractImmediate()
837 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2318 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
3233 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
3239 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3726 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
3838 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()
3848 GenerateFormula(SE.getAddExpr(Ops)); in GenerateCombinations()
3895 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), Offset), G); in GenerateConstantOffsetsImpl()
4370 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
4402 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
5457 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand()
5473 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand()
5483 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5518 SE.getAddExpr(Ops); in Expand()