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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h25 /// Hi_32 - This function returns the high 32 bits of a 64 bit value.
26 inline uint32_t Hi_32(uint64_t Value) { function in namespace:llvm
219 uint32_t Hi = Hi_32(Value);
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h25 /// Hi_32 - This function returns the high 32 bits of a 64 bit value.
26 inline uint32_t Hi_32(uint64_t Value) { function in namespace:objc
201 uint32_t Hi = Hi_32(Value);

Completed in 127 milliseconds