Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SETUGE

263   case ISD::SETUGE: return 2;
310 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
1592 case ISD::SETUGE: return getConstant(C1.uge(C2), VT);
1642 case ISD::SETUGE: return getConstant(R!=APFloat::cmpLessThan, VT);