Home
last modified time | relevance | path

Searched defs:reverseBits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h460 KnownBits reverseBits() const { in reverseBits() function
H A DMathExtras.h122 template <typename T> T reverseBits(T Val) { in reverseBits() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp737 APInt APInt::reverseBits() const { in reverseBits() function in APInt