Lines Matching refs:SETULT
363 case ISD::SETULT: in softenSetCCOperands()
3205 if (Cond == ISD::CondCode::SETULT) { in optimizeSetCCOfSignedTruncationCheck()
3406 if (Cond == ISD::SETULT || Cond == ISD::SETUGT) { in simplifySetCCWithCTPOP()
3408 if (C1.ugt(CostLimit + (Cond == ISD::SETULT))) in simplifySetCCWithCTPOP()
3410 if (C1 == 0 && (Cond == ISD::SETULT)) in simplifySetCCWithCTPOP()
3413 unsigned Passes = C1.getLimitedValue() - (Cond == ISD::SETULT); in simplifySetCCWithCTPOP()
3421 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE; in simplifySetCCWithCTPOP()
3679 case ISD::SETULT: in SimplifySetCC()
3702 case ISD::SETULT: in SimplifySetCC()
3904 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
3916 if (Cond == ISD::SETLT || Cond == ISD::SETULT) { in SimplifySetCC()
3974 if ((Cond == ISD::SETULT && C1.isMinSignedValue()) || in SimplifySetCC()
4043 } else if (Cond == ISD::SETULT || Cond == ISD::SETUGE || in SimplifySetCC()
4056 NewCond = (Cond == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in SimplifySetCC()
4106 case ISD::SETUNE: NewCond = IsNegInf ? ISD::SETUGT : ISD::SETULT; break; in SimplifySetCC()
4254 case ISD::SETULT: // X <u Y --> X == 0 & Y == 1 --> ~X & Y in SimplifySetCC()
7524 case ISD::UMIN: CC = ISD::SETULT; break; in expandIntMINMAX()
7908 ISD::CondCode CC = IsAdd ? ISD::SETULT : ISD::SETUGT; in expandUADDSUBO()