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

/external/llvm/include/llvm/Support/
H A DMathExtras.h80 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
83 inline bool isShiftedUInt(uint64_t x) { function in namespace:llvm

Completed in 129 milliseconds