Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1083 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult() function
1091 bool ult(uint64_t RHS) const { in ult() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp395 std::optional<bool> KnownBits::ult(const KnownBits &LHS, const KnownBits &RHS) { in ult() function in KnownBits