Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETNE

1578     case ISD::SETONE: CC1 = ISD::SETNE; CC2 = ISD::SETO;  Opc = ISD::AND; break;
1584 case ISD::SETUNE: CC1 = ISD::SETNE; CC2 = ISD::SETUO; Opc = ISD::OR; break;
2138 And2, DAG.getConstant(UINT64_C(0), MVT::i64), ISD::SETNE);
3198 ISD::SETEQ : ISD::SETNE);
3201 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE);
3293 ISD::SETNE);
3296 DAG.getConstant(0, VT), ISD::SETNE);
3323 Tmp2, Tmp3, ISD::SETNE);
3374 DAG.getCondCode(ISD::SETNE), Tmp3,
3412 CC = DAG.getCondCode(ISD::SETNE);
3429 Tmp4 = DAG.getCondCode(ISD::SETNE);