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

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

Completed in 56 milliseconds