Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETNE

467   Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
633 Ofl = DAG.getSetCC(dl, N->getValueType(1), Ofl, Res, ISD::SETNE);
670 DAG.getConstant(0, Hi.getValueType()), ISD::SETNE);
675 Overflow = DAG.getSetCC(DL, N->getValueType(1), SExt, Mul, ISD::SETNE);
822 case ISD::SETNE:
1718 DAG.getConstant(0, NVT), ISD::SETNE);
1748 DAG.getConstant(0, NVT), ISD::SETNE);
2025 ISD::SETEQ : ISD::SETNE);
2028 SDValue SumSignNE = DAG.getSetCC(dl, OType, LHSSign, SumSign, ISD::SETNE);
2276 RHS, DAG.getConstant(0, VT), ISD::SETNE);
2281 Overflow = DAG.getSetCC(DL, N->getValueType(1), DIV, LHS, ISD::SETNE);
2334 ISD::SETNE);
2494 if (CCCode == ISD::SETEQ || CCCode == ISD::SETNE) {
2595 CCCode = ISD::SETNE;
2613 CCCode = ISD::SETNE;