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

/external/llvm/include/llvm/Support/
H A DMathExtras.h339 /// isShiftedMask_32 - This function returns true if the argument contains a
341 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
342 inline bool isShiftedMask_32(uint32_t Value) { function in namespace:llvm

Completed in 271 milliseconds