Searched refs:InnerMul2 (Results 1 – 3 of 3) sorted by relevance
2258 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local2263 InnerMul2 = getMulExpr(MulOps); in getAddExpr()2265 const SCEV *InnerMulSum = getAddExpr(InnerMul1,InnerMul2); in getAddExpr()
2671 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local2676 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2678 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()
2546 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local2551 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2553 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()