Searched refs:OtherMul (Results 1 – 1 of 1) sorted by relevance
2830 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); in getAddExpr() local2833 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr()2835 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()2844 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr()2845 if (OtherMul->getNumOperands() != 2) { in getAddExpr()2847 OtherMul->operands().take_front(OMulOp)); in getAddExpr()2848 append_range(MulOps, OtherMul->operands().drop_front(OMulOp+1)); in getAddExpr()