Home
last modified time | relevance | path

Searched refs:ule (Results 1 - 25 of 44) sorted by relevance

12

/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
H A DLwsService.java123 catch(UnsatisfiedLinkError ule) {
124 Log.e("LwsService", "Warning: Could not load native library: " + ule.getMessage());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp393 return Lower.ule(V) && V.ult(Upper); in contains()
394 return Lower.ule(V) || V.ult(Upper); in contains()
405 return Lower.ule(Other.getLower()) && Other.getUpper().ule(Upper); in contains()
409 return Other.getUpper().ule(Upper) || in contains()
410 Lower.ule(Other.getLower()); in contains()
412 return Other.getUpper().ule(Upper) && Lower.ule(Other.getLower()); in contains()
463 if (Upper.ule(CR.Lower)) in intersectWith()
499 if (CR.Upper.ule(Lowe in intersectWith()
[all...]
H A DConstantFold.cpp282 if (ShAmt.ule(CSize - (ByteStart + ByteSize))) in ExtractConstantBytes()
305 if (ShAmt.ule(ByteStart)) in ExtractConstantBytes()
1899 case ICmpInst::ICMP_ULE: return ConstantInt::get(ResultTy, V1.ule(V2)); in ConstantFoldCompareInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp59 if (ASizeInt.ule(SE.getUnsignedRange(BA).getUnsignedMin()) && in alias()
73 if (BSizeInt.ule(SE.getUnsignedRange(AB).getUnsignedMin()) && in alias()
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtautological-compare.c14 u32 ule(u32 a) { return a <= a; } in ule() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleExtensions.java109 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions()
110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleExtensions.java113 UnicodeLocaleExtension ule = new UnicodeLocaleExtension(uaset, ukmap); in LocaleExtensions()
114 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbinops-same-args.c22 u32 ule(u32 a) { return a <= a; } in ule() function
/third_party/node/deps/v8/src/codegen/loong64/
H A Dconstants-loong64.h583 ule = Uless_equal,
606 case ule:
611 return ule;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1243 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; }
1251 bool ule(uint64_t RHS) const { return !ugt(RHS); }
1275 bool ugt(const APInt &RHS) const { return !ule(RHS); }
H A DAPSInt.h162 return IsUnsigned ? ule(RHS) : sle(RHS); in operator <=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1051 bool ule(const APInt &RHS) const { return ult(RHS) || eq(RHS); }
1059 bool ule(uint64_t RHS) const { return !ugt(RHS); }
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1176 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
1249 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1295 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1104 Format(instr, "c.ule.'t 'fs, 'ft, 'Cc"); in DecodeTypeRegisterRsType()
1177 Format(instr, "cmp.ule.d 'fd, 'fs, 'ft"); in DecodeTypeRegisterLRsType()
1223 Format(instr, "cmp.ule.s 'fd, 'fs, 'ft"); in DecodeTypeRegisterWRsType()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dconstants-mips64.h1103 ule = Uless_equal,
1126 case ule:
1131 return ule;
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h1054 ule = Uless_equal,
1077 case ule:
1082 return ule;
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.h1144 ule = Uless_equal,
1166 case ule:
1171 return ule;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1303 if (i >= nbits || this->ule(testy)) { in sqrt()
1311 if (x_old.ule(x_new)) in sqrt()
1326 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation"); in sqrt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1142 if (i >= nbits || this->ule(testy)) {
1150 if (x_old.ule(x_new))
1165 assert(this->ule(nextSquare) && "Error in APInt::sqrt computation");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp797 if (!LRange.getUnsignedMax().ule(RHS->getValue())) in processAnd()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp625 LLAssert(llong(0x7fffffff, 0xffffffff).ule(llong((int32_t)-1)));
626 LLAssert(llong((int32_t)-1).ule(llong((int32_t)-1)));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2304 // (icmp ugt (udiv C2, Y), C) -> (icmp ule Y, C2/(C+1)) in foldICmpUDivConstant()
3012 // (icmp eq/ne (udiv A, B), 0) -> (icmp ugt/ule i32 B, A) in foldICmpBinOpEqualityWithConstant()
3129 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant()
3152 C.uge(1) && C.ule(BitWidth)) { in foldICmpIntrinsicWithConstant()
3595 if (NewShAmtSplat && NewShAmtSplat->getUniqueInteger().ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3609 if (AdjNewShAmt.ule(MinLeadZero)) in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3827 // icmp ult (A - 1), Op1 -> icmp ule A, Op1 in foldICmpBinOp()
3830 // icmp ule Op0, (C - 1) -> icmp ult Op0, C in foldICmpBinOp()
3832 // icmp ule (A + 1), Op0 -> icmp ult A, Op1 in foldICmpBinOp()
3844 // icmp ult Op0, (C + 1) -> icmp ule Op in foldICmpBinOp()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h500 return C.ule(*Thr); in isValue()
662 if (CV->getValue().ule(UINT64_MAX)) { in match()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp710 KEYWORD(sge); KEYWORD(ult); KEYWORD(ugt); KEYWORD(ule); KEYWORD(uge); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2063 case ISD::SETULE: return getBoolConstant(C1.ule(C2), dl, VT, OpVT);
2335 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) {
2456 if (MinShAmt && MinShAmt->ule(ShAmt))
2634 if (SubIdx && SubIdx->getAPIntValue().ule(NumElts - NumSubElts)) {
2668 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) {
3926 if (SubIdx && SubIdx->getAPIntValue().ule(NumSrcElts - NumElts)) {
3958 if (SubIdx && SubIdx->getAPIntValue().ule(NumElts - NumSubElts)) {
4804 case ISD::UMIN: return C1.ule(C2) ? C1 : C2;

Completed in 57 milliseconds

12