Home | History | Annotate | Download | only in XCore

Lines Matching refs:OtherOp

616   SDValue OtherOp;
619 OtherOp = N1;
622 OtherOp = N0;
628 if (OtherOp.getOpcode() == ISD::MUL) {
630 if (requireIntermediatesHaveOneUse && !OtherOp.hasOneUse())
632 Mul0 = OtherOp.getOperand(0);
633 Mul1 = OtherOp.getOperand(1);
645 Addend1 = OtherOp;
655 Addend1 = OtherOp;