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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h34 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
35 inline uint32_t Lo_32(uint64_t Value) { function in namespace:llvm
231 uint32_t Lo = Lo_32(Value);

Completed in 130 milliseconds