Searched refs:InnerMul (Results 1 – 3 of 3) sorted by relevance
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()
2628 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local2635 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2637 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()
2503 const SCEV *InnerMul = Mul->getOperand(MulOp == 0); in getAddExpr() local2510 InnerMul = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2512 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()