HomeSort by relevance Sort by last modified time
    Searched defs:Lo_32 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MathExtras.h 30 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
31 inline uint32_t Lo_32(uint64_t Value) {
213 uint32_t Lo = Lo_32(Value);
  /external/llvm/include/llvm/Support/
MathExtras.h 252 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
253 inline uint32_t Lo_32(uint64_t Value) {

Completed in 963 milliseconds