Searched refs:InnerMul2 (Results 1 – 1 of 1) sorted by relevance
2582 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() local2587 InnerMul2 = getMulExpr(MulOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()2589 SmallVector<const SCEV *, 2> TwoOps = {InnerMul1, InnerMul2}; in getAddExpr()