Lines Matching refs:SETNE
1737 case ISD::SETNE: in LegalizeSetCCCondCode()
1740 InvCC = CCCode == ISD::SETEQ ? ISD::SETNE : ISD::SETEQ; in LegalizeSetCCCondCode()
2536 And2, DAG.getConstant(UINT64_C(0), MVT::i64), ISD::SETNE); in ExpandLegalINT_TO_FP()
3647 ISD::SETEQ : ISD::SETNE); in ExpandNode()
3650 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE); in ExpandNode()
3748 ISD::SETNE); in ExpandNode()
3751 DAG.getConstant(0, VT), ISD::SETNE); in ExpandNode()
3778 Tmp2, Tmp3, ISD::SETNE); in ExpandNode()
3830 DAG.getCondCode(ISD::SETNE), Tmp3, in ExpandNode()
3942 CC = DAG.getCondCode(ISD::SETNE); in ExpandNode()
3973 Tmp4 = DAG.getCondCode(ISD::SETNE); in ExpandNode()