Searched defs:reverseBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 460 KnownBits reverseBits() const { reverseBits() function |
H A D | MathExtras.h | 122 template <typename T> T reverseBits(T Val) { reverseBits() function |
/llvm-project/llvm/unittests/Support/ | ||
H A D | MathExtrasTest.cpp | 84 TEST(MathExtras, reverseBits) { in TEST() argument |
/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 737 APInt APInt::reverseBits() const { reverseBits() function in APInt |
/llvm-project/llvm/unittests/ADT/ | ||
H A D | APIntTest.cpp | 1966 TEST(APIntTest,reverseBits) TEST() argument |