Home
last modified time | relevance | path

Searched defs:byteswap (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__bit/
H A Dbyteswap.h26 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Tp byteswap(_Tp __val) noexcept { in byteswap() function
/llvm-project/llvm/include/llvm/ADT/
H A Dbit.h101 [[nodiscard]] constexpr T byteswap(T V) noexcept { in byteswap() function