Lines Matching refs:SETNE
250 /// if the operation does not depend on the sign of the input (setne and seteq).
255 case ISD::SETNE: return 0;
286 Op = ISD::SETNE;
311 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
312 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
1588 case ISD::SETNE: return getConstant(C1 != C2, VT);
1609 case ISD::SETNE: if (R==APFloat::cmpUnordered)