Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h421 KnownBits reverseBits() const { in reverseBits() function
H A DMathExtras.h164 template <typename T> T reverseBits(T Val) { in reverseBits() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp729 APInt APInt::reverseBits() const { in reverseBits() function in APInt