Searched refs:OtherMul (Results 1 – 1 of 1) sorted by relevance
2175 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); in getAddExpr() local2178 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr()2180 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()2189 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr()2190 if (OtherMul->getNumOperands() != 2) { in getAddExpr()2191 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr()2192 OtherMul->op_begin()+OMulOp); in getAddExpr()2193 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()