Home
last modified time | relevance | path

Searched defs:ule (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h134 ule, enumerator
/llvm-project/clang/test/OpenMP/
H A Datomic_compare_codegen.cpp22 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 DAPInt.h1130 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 DKnownBits.cpp522 std::optional<bool> KnownBits::ule(const KnownBits &LHS, const KnownBits &RHS) { in ule() function in KnownBits