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

/external/llvm/include/llvm/Support/
H A DMathExtras.h332 /// isMask_64 - This function returns true if the argument is a non-empty
335 inline bool isMask_64(uint64_t Value) { function in namespace:llvm
349 return Value && isMask_64((Value - 1) | Value);

Completed in 88 milliseconds