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