ΒΆinline int64_t SignExtend64(uint64_t X,
unsigned int B)
inline int64_t SignExtend64(uint64_t X,
unsigned int B)
Description
Sign-extend the number in the bottom B bits of X to a 64-bit integer. Requires 0 < B < 64.
Declared at: llvm/include/llvm/Support/MathExtras.h:774
Parameters
- uint64_t X
- unsigned int B