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

/external/llvm/include/llvm/Support/
H A DMathExtras.h91 /// isUIntN - Checks if an unsigned integer fits into the given (dynamic)
93 inline bool isUIntN(unsigned N, uint64_t x) { function in namespace:llvm

Completed in 270 milliseconds