Home
last modified time | relevance | path

Searched refs:SwapByteOrder_64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSwapByteOrder.h60 inline uint64_t SwapByteOrder_64(uint64_t value) { in SwapByteOrder_64() function
86 inline unsigned long getSwappedBytes(unsigned long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
87 inline signed long getSwappedBytes( signed long C) { return SwapByteOrder_64(C); } in getSwappedBytes()
93 return SwapByteOrder_64(C); in getSwappedBytes()
96 return SwapByteOrder_64(C); in getSwappedBytes()
115 out.i = SwapByteOrder_64(in.i); in getSwappedBytes()
H A DMathExtras.h450 return sys::SwapByteOrder_64(Value);