Searched defs:isUInt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h401 constexpr inline std::enable_if_t<N >= 64, bool> isUInt(uint64_t X) { function
406 template <> constexpr inline bool isUInt<8>(uint64_t x) { function
409 template <> constexpr inline bool isUInt<16>(uint64_t x) { function
412 template <> constexpr inline bool isUInt<32>(uint64_t x) { function

Completed in 36 milliseconds