| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 269 return getUnsignedMax().ule(Other.getUnsignedMin()); in icmp() 522 return Lower.ule(V) && V.ult(Upper); in contains() 523 return Lower.ule(V) || V.ult(Upper); in contains() 534 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains() 538 return Other.getUpper().ule(Upper) || in contains() 539 Lower.ule(Other.getLower()); in contains() 541 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains() 607 if (Upper.ule(CR.Lower)) in intersectWith() 643 if (CR.Upper.ule(Lower)) in intersectWith() 653 if (CR.Upper.ule(Lower)) in intersectWith() [all …]
|
| H A D | Instructions.cpp | 3823 return LHS.ule(RHS); in compare() 3891 return KnownBits::ule(LHS, RHS); in compare()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionAliasAnalysis.cpp | 84 ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias() 99 BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
|
| H A D | BasicAliasAnalysis.cpp | 1194 Off.ule(INT32_MAX) && (Off + VRightSize.getValue()).ule(LSize)) { in aliasGEP() 1342 return Var.Scale.ule( in aliasGEP()
|
| H A D | Loads.cpp | 131 if (!Size.ule(V->getPointerDereferenceableBytes(DL, CheckForNonNull, in isDereferenceableAndAlignedPointer()
|
| H A D | InstructionSimplify.cpp | 2340 C->ule(X->getType()->getScalarSizeInBits())) { in simplifyOrInst() 3195 C1->ule(*C2)) || in simplifyICmpWithBinOpOnLHS() 3197 C1->ule(APInt(C2->getBitWidth(), 1) << *C2)) || in simplifyICmpWithBinOpOnLHS() 3199 (APInt(C1->getBitWidth(), 1) << *C1).ule(*C2))) { in simplifyICmpWithBinOpOnLHS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1150 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function 1158 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function 1182 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt()
|
| H A D | APSInt.h | 177 return IsUnsigned ? ule(RHS) : sle(RHS);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MicroMipsInstrFPU.td | 341 def C_ULE_#NAME#_MM : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>, 343 let BaseOpcode = "c.ule."#NAME;
|
| H A D | MipsInstrFPU.td | 318 def C_ULE_#NAME : MMRel, C_COND_FT<"ule", TypeStr, RC, itin>, 320 let BaseOpcode = "c.ule."#NAME; 883 def : MipsInstAlias<!strconcat("c.ule.", TypeStr, " $fs, $ft"),
|
| H A D | Mips32r6InstrInfo.td | 264 CMP_CONDN_DESC_BASE<"ule", Typestr, FGROpnd, Itin, 266 MipsR6Arch<!strconcat("cmp.ule.", Typestr)>,
|
| H A D | MicroMips32r6InstrInfo.td | 976 !strconcat("cmp.ule.", Typestr), format, FIELD_CMP_COND_ULE>, 977 CMP_CONDN_DESC_BASE<"ule", Typestr, FGROpnd, Itin, setule>, HARDFLOAT,
|
| H A D | MipsSEISelLowering.cpp | 806 if ((Val - Floor).ule(Ceil - Val)) { in shouldTransformMulToShiftsAddsSubs() 854 if ((C - Floor).ule(Ceil - C)) { in genConstMult()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 462 LLVM_ABI static std::optional<bool> ule(const KnownBits &LHS,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 504 if (LHS.getMaxValue().ule(RHS.getMinValue())) in ugt() 522 std::optional<bool> KnownBits::ule(const KnownBits &LHS, const KnownBits &RHS) { in ule() function in KnownBits
|
| H A D | APInt.cpp | 1242 if (i >= nbits || this->ule(testy)) { in sqrt() 1250 if (x_old.ule(x_new)) in sqrt() 1265 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1798 if (Cmp.getPredicate() == ICmpInst::ICMP_SGT && C1.ule(~*C2) && in foldICmpAndConstConst() 1804 (C1 - 1).ule(~*C2) && C2->isNegatedPowerOf2() && !C2->isSignMask()) in foldICmpAndConstConst() 2012 C.ule(*Msk)) { in foldICmpAndConstant() 4247 if (Pred == ICmpInst::ICMP_ULT && C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant() 4269 if (Pred == ICmpInst::ICMP_ULT && C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant() 4839 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp() 4853 if (AdjNewShAmt.ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp() 5371 A, C3, "", Op0HasNUW && Diff.ule(*AP1), Op0HasNSW); in foldICmpBinOp() 5377 C, C3, "", Op1HasNUW && Diff.ule(*AP2), Op1HasNSW); in foldICmpBinOp()
|
| H A D | InstCombineSimplifyDemanded.cpp | 434 C->ule(DemandedMask.countl_zero())) { in SimplifyDemandedUseBits()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 746 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 280 IMPLEMENT_INTEGER_ICMP(ule,Ty); in executeICMP_ULE() 281 IMPLEMENT_VECTOR_INTEGER_ICMP(ule,Ty); in executeICMP_ULE()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 1218 if (!LRange.getUnsignedMax().ule(*RHS)) in processAnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrAliases.td | 394 defm : fp_cond_alias<"ule", 0b1110>;
|
| /freebsd/sys/kern/ |
| H A D | sched_ule.c | 3469 SYSCTL_NODE(_kern_sched, OID_AUTO, ule, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 1065 return GetICmpResultCst(LHSCst->ule(*RHSCst)); in ConstantFoldICmp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 249 if (LRange.getUnsignedMax().ule(*RHSC)) in simplifyInstruction()
|