Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DAPInt.h1089 bool ult(const APInt &RHS) const { return compare(RHS) < 0; } in ult() function
1097 bool ult(uint64_t RHS) const { in ult() function
/openbsd/src/gnu/llvm/llvm/lib/Support/
DKnownBits.cpp363 std::optional<bool> KnownBits::ult(const KnownBits &LHS, const KnownBits &RHS) { in ult() function in KnownBits