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

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

Completed in 57 milliseconds