Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETULT

291   case ISD::SETULT:
316 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
339 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
342 case ISD::SETOLT: Result = ISD::SETULT ; break; // SETULT & SETNE
1829 case ISD::SETULT: return getConstant(C1.ult(C2), VT);
1877 case ISD::SETULT: return getConstant(R==APFloat::cmpUnordered ||