Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETNE

1599     case ISD::SETONE: CC1 = ISD::SETNE; CC2 = ISD::SETO;  Opc = ISD::AND; break;
1605 case ISD::SETUNE: CC1 = ISD::SETNE; CC2 = ISD::SETUO; Opc = ISD::OR; break;
2167 And2, DAG.getConstant(UINT64_C(0), MVT::i64), ISD::SETNE);
3233 ISD::SETEQ : ISD::SETNE);
3236 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE);
3328 ISD::SETNE);
3331 DAG.getConstant(0, VT), ISD::SETNE);
3358 Tmp2, Tmp3, ISD::SETNE);
3409 DAG.getCondCode(ISD::SETNE), Tmp3,
3447 CC = DAG.getCondCode(ISD::SETNE);
3464 Tmp4 = DAG.getCondCode(ISD::SETNE);