Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1162 bool ugt(const APInt &RHS) const { return !ule(RHS); } in ugt() function
1170 bool ugt(uint64_t RHS) const { in ugt() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp502 std::optional<bool> KnownBits::ugt(const KnownBits &LHS, const KnownBits &RHS) { in ugt() function in KnownBits