Lines Matching refs:SETULT
260 case ISD::SETULT:
285 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
308 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
311 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
1589 case ISD::SETULT: return getConstant(C1.ult(C2), VT);
1637 case ISD::SETULT: return getConstant(R==APFloat::cmpUnordered ||