Home | History | Annotate | Download | only in ARM

Lines Matching refs:OtherOp

7636 // OtherOp is set to the alternative value of N.
7639 SDValue &OtherOp,
7649 OtherOp = N2;
7654 OtherOp = N1;
7673 OtherOp = DAG.getConstant(0, VT);
7676 OtherOp = DAG.getConstant(1, VT);
7678 OtherOp = DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), VT);
7704 // @param OtherOp The other N operand (x above).
7709 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp,
7722 SDValue TrueVal = OtherOp;
7724 OtherOp, NonConstantVal);