Lines Matching refs:SETULT

376     case ISD::SETULT:  in softenSetCCOperands()
3777 if (Cond == ISD::CondCode::SETULT) { in optimizeSetCCOfSignedTruncationCheck()
3978 if (Cond == ISD::SETULT || Cond == ISD::SETUGT) { in simplifySetCCWithCTPOP()
3980 if (C1.ugt(CostLimit + (Cond == ISD::SETULT))) in simplifySetCCWithCTPOP()
3982 if (C1 == 0 && (Cond == ISD::SETULT)) in simplifySetCCWithCTPOP()
3985 unsigned Passes = C1.getLimitedValue() - (Cond == ISD::SETULT); in simplifySetCCWithCTPOP()
3993 ISD::CondCode CC = Cond == ISD::SETULT ? ISD::SETEQ : ISD::SETNE; in simplifySetCCWithCTPOP()
4372 case ISD::SETULT: in SimplifySetCC()
4395 case ISD::SETULT: in SimplifySetCC()
4599 ISD::CondCode NewCC = (Cond == ISD::SETLE) ? ISD::SETLT : ISD::SETULT; in SimplifySetCC()
4611 if (Cond == ISD::SETLT || Cond == ISD::SETULT) { in SimplifySetCC()
4730 if ((Cond == ISD::SETULT && C1.isMinSignedValue()) || in SimplifySetCC()
4799 } else if (Cond == ISD::SETULT || Cond == ISD::SETUGE || in SimplifySetCC()
4812 NewCond = (Cond == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE; in SimplifySetCC()
4862 case ISD::SETUNE: NewCond = IsNegInf ? ISD::SETUGT : ISD::SETULT; break; in SimplifySetCC()
5003 case ISD::SETULT: // X <u Y --> X == 0 & Y == 1 --> ~X & Y in SimplifySetCC()
7737 PartialRes = DAG.getSetCC(DL, ResultVT, OpAsInt, ExpMaskV, ISD::SETULT); in expandIS_FPCLASS()
7810 PartialRes = DAG.getSetCC(DL, ResultVT, VMinusOneV, MantissaV, ISD::SETULT); in expandIS_FPCLASS()
7823 PartialRes = DAG.getSetCC(DL, ResultVT, ExpMinus1, ExpLimitV, ISD::SETULT); in expandIS_FPCLASS()
8848 case ISD::UMIN: CC = ISD::SETULT; break; in expandIntMINMAX()
9246 ISD::CondCode CC = IsAdd ? ISD::SETULT : ISD::SETUGT; in expandUADDSUBO()
9615 ISD::CondCode::SETULT); in expandFP_TO_INT_SAT()
9793 case ISD::SETULT: in LegalizeSetCCCondCode()