Searched defs:reverseBits (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | KnownBits.h | 450 KnownBits reverseBits() const { reverseBits() function |
H A D | MathExtras.h | 104 template <typename T> T reverseBits(T Val) { reverseBits() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ | ||
H A D | APInt.cpp | 737 APInt APInt::reverseBits() const { in reverseBits() function in APInt |