Lines Matching refs:getAddExpr
464 const SCEV *Sum = SE.getAddExpr(Good); in initialMatch()
470 const SCEV *Sum = SE.getAddExpr(Bad); in initialMatch()
739 return SE.getAddExpr(Ops); in getExactSDiv()
794 S = SE.getAddExpr(NewOps); in ExtractImmediate()
820 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2298 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
3234 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
3240 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3663 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
3775 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()
3785 GenerateFormula(SE.getAddExpr(Ops)); in GenerateCombinations()
3832 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), Offset), G); in GenerateConstantOffsetsImpl()
4267 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
4299 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
5305 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand()
5321 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand()
5331 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5366 SE.getAddExpr(Ops); in Expand()