Searched refs:InnerMul (Results 1 – 3 of 3) sorted by relevance
1651 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local1658 InnerMul = getMulExpr(MulOps); in getAddExpr()1661 const SCEV *AddOne = getAddExpr(One, InnerMul); in getAddExpr()
2216 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local2223 InnerMul = getMulExpr(MulOps); in getAddExpr()2226 const SCEV *AddOne = getAddExpr(One, InnerMul); in getAddExpr()
2583 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local2590 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2592 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()