Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1130 bool ule(const APInt &RHS) const { return compare(RHS) <= 0; } in ule() function
1138 bool ule(uint64_t RHS) const { return !ugt(RHS); } in ule() function
/freebsd/contrib/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