llvm::reverseBits

Reverse the bits in Val.

Synopsis

Declared in <llvm/Support/MathExtras.h>

template<typename T>
constexpr
T
reverseBits(T Val);

Return Value

The value with its bits reversed.

Parameters

NameDescription
ValValue whose bits are reversed.