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