Searched defs:ule (Results 1 – 4 of 4) sorted by relevance
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 134 ule, enumerator
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_compare_codegen.cpp | 22 unsigned long ulx, ule, uld; in foo() local 2209 unsigned long ulx, ulv, ulr, ule, uld; in bar() local 12850 unsigned long ulx, ulv, ule, uld; in ulxevd() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1130 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } ule() function 1138 bool ule(uint64_t RHS) const { return !ugt(RHS); } ule() function
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 522 std::optional<bool> KnownBits::ule(const KnownBits &LHS, const KnownBits &RHS) { in ule() function in KnownBits
|