Searched refs:InnerMul1 (Results 1 – 3 of 3) sorted by relevance
2251 const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0); in getAddExpr() local2256 InnerMul1 = getMulExpr(MulOps); in getAddExpr()2265 const SCEV *InnerMulSum = getAddExpr(InnerMul1,InnerMul2); in getAddExpr()
2664 const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0); in getAddExpr() local2669 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2678 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()
2539 const SCEV *InnerMul1 = Mul->getOperand(MulOp == 0); in getAddExpr() local2544 InnerMul1 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2553 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()