Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:XOR

1066 /// getNOT - Create a bitwise NOT operation as (XOR Val, -1).
1072 return getNode(ISD::XOR, DL, VT, Val, NegOne);
1088 return getNode(ISD::XOR, DL, VT, Val, TrueValue);
1999 case ISD::XOR: {
2472 case ISD::XOR: // NOT is handled here.
3137 case ISD::XOR:
3216 case ISD::XOR:
3577 case ISD::XOR: