ΒΆinline uint64_t rotate(uint64_t val, size_t shift)
inline uint64_t rotate(uint64_t val, size_t shift)
Description
Bitwise right rotate. Normally this will compile to a single instruction, especially if the shift is a manifest constant.
Declared at: llvm/include/llvm/ADT/Hashing.h:169
Parameters
- uint64_t val
- size_t shift