Searched refs:Hi_32 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h29 /// Hi_32 - This function returns the high 32 bits of a 64 bit value.
30 inline uint32_t Hi_32(uint64_t Value) { function in namespace:llvm
223 uint32_t Hi = Hi_32(Value);

Completed in 109 milliseconds