Lines Matching refs:SETUGE
394 case ISD::SETUGE: in softenSetCCOperands()
4114 } else if (Cond == ISD::CondCode::SETUGE) { in optimizeSetCCOfSignedTruncationCheck()
4726 case ISD::SETUGE: in SimplifySetCC()
4751 case ISD::SETUGE: in SimplifySetCC()
4932 if (Cond == ISD::SETGE || Cond == ISD::SETUGE) { in SimplifySetCC()
5084 (Cond == ISD::SETUGE && C1.isMinSignedValue())) in SimplifySetCC()
5159 } else if (Cond == ISD::SETULT || Cond == ISD::SETUGE || in SimplifySetCC()
5172 NewCond = (Cond == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in SimplifySetCC()
5237 case ISD::SETUEQ: NewCond = IsNegInf ? ISD::SETULE : ISD::SETUGE; break; in SimplifySetCC()
5415 case ISD::SETUGE: // X >=u Y --> X == 1 | Y == 0 --> ~Y | X in SimplifySetCC()
10317 return buildMinMax(ISD::SETUGT, ISD::SETUGE, ISD::SETULT, ISD::SETULE); in expandIntMINMAX()
10319 return buildMinMax(ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE); in expandIntMINMAX()
11624 case ISD::SETUGE: in LegalizeSetCCCondCode()