Lines Matching refs:getAddExpr
466 const SCEV *Sum = SE.getAddExpr(Good); in initialMatch()
472 const SCEV *Sum = SE.getAddExpr(Bad); in initialMatch()
742 return SE.getAddExpr(Ops); in getExactSDiv()
797 S = SE.getAddExpr(NewOps); in ExtractImmediate()
823 S = SE.getAddExpr(NewOps); in ExtractSymbol()
2301 const SCEV *IterationCount = SE.getAddExpr(One, BackedgeTakenCount); in OptimizeMax()
3235 SE.getAddExpr(LeftOverExpr, IncExpr) : IncExpr; in GenerateIVChain()
3241 const SCEV *IVOperExpr = SE.getAddExpr(SE.getUnknown(IVSrc), in GenerateIVChain()
3704 const SCEV *InnerSum = SE.getAddExpr(InnerAddOps); in GenerateReassociationsImpl()
3816 GenerateFormula(SE.getAddExpr(OpsCopy)); in GenerateCombinations()
3826 GenerateFormula(SE.getAddExpr(Ops)); in GenerateCombinations()
3873 const SCEV *NewG = SE.getAddExpr(SE.getConstant(G->getType(), Offset), G); in GenerateConstantOffsetsImpl()
4320 NewF.ScaledReg = SE.getAddExpr(NegImmS, NewF.ScaledReg); in GenerateCrossUseConstantOffsets()
4352 NewF.BaseRegs[N] = SE.getAddExpr(NegImmS, BaseReg); in GenerateCrossUseConstantOffsets()
5354 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), nullptr); in Expand()
5370 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), IntTy); in Expand()
5380 Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty); in Expand()
5415 SE.getAddExpr(Ops); in Expand()