ΒΆ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:174

Parameters

uint64_t val
size_t shift