llvm::rotl

Rotate V left by R bit positions.

Synopsis

Declared in <llvm/ADT/bit.h>

template<typename T>
requires std::is_unsigned_v<T>
[[nodiscard]]
constexpr
T
rotl(
    T V,
    int R);

Return Value

NOTE

The return value should not be discarded.