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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h30 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
31 inline uint32_t Lo_32(uint64_t Value) { function in namespace:llvm
227 uint32_t Lo = Lo_32(Value);
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h30 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
31 inline uint32_t Lo_32(uint64_t Value) { function in namespace:objc
209 uint32_t Lo = Lo_32(Value);

Completed in 124 milliseconds