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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h374 isUInt(uint64_t X) { function
379 template <> constexpr inline bool isUInt<8>(uint64_t x) { function
382 template <> constexpr inline bool isUInt<16>(uint64_t x) { function
385 template <> constexpr inline bool isUInt<32>(uint64_t x) { function

Completed in 53 milliseconds