Home | History | Annotate | Download | only in SelectionDAG

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
1545 case ISD::SETULT: return getConstant(C1.ult(C2), VT);
1597 case ISD::SETULT: return getConstant(R==APFloat::cmpUnordered ||