Searched defs:byteSwap (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 456 KnownBits byteSwap() const { byteSwap() function |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 715 APInt APInt::byteSwap() const { byteSwap() function in APInt |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APIntTest.cpp | 1945 TEST(APIntTest,byteSwap) TEST() argument |