Lines Matching refs:getAddExpr
440 const SCEV *Sum = SE.getAddExpr(Good); in initialMatch()
446 const SCEV *Sum = SE.getAddExpr(Bad); in initialMatch()
707 return SE.getAddExpr(Ops); in getExactSDiv()
747 S = SE.getAddExpr(NewOps); in ExtractImmediate()
773 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2235 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
3161 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
3167 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3579 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
3691 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()
3701 GenerateFormula(SE.getAddExpr(Ops)); in GenerateCombinations()
3748 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), Offset), G); in GenerateConstantOffsetsImpl()
4125 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
4157 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
5105 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand()
5121 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5131 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5166 SE.getAddExpr(Ops); in Expand()