Searched refs:InnerMul2 (Results 1 – 3 of 3) sorted by relevance
1693 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local1698 InnerMul2 = getMulExpr(MulOps); in getAddExpr()1700 const SCEV *InnerMulSum = getAddExpr(InnerMul1,InnerMul2); in getAddExpr()
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()
2626 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local2631 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2633 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()