Lines Matching refs:getAddExpr
351 const SCEV *Sum = SE.getAddExpr(Good); in InitialMatch()
357 const SCEV *Sum = SE.getAddExpr(Bad); in InitialMatch()
586 return SE.getAddExpr(Ops); in getExactSDiv()
629 S = SE.getAddExpr(NewOps); in ExtractImmediate()
656 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2004 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
2922 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
2928 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3301 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
3383 const SCEV *Sum = SE.getAddExpr(Ops); in GenerateCombinations()
3440 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), *I), G); in GenerateConstantOffsetsImpl()
3818 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
3848 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
4598 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
4614 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
4624 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty, IP); in Expand()
4659 SE.getAddExpr(Ops); in Expand()