ΒΆinline bool isAddrAligned(llvm::Align Lhs,
                          const void* Addr)

Description

Checks that Addr is a multiple of the alignment.

Declared at: llvm/include/llvm/Support/Alignment.h:151

Parameters

llvm::Align Lhs
const void* Addr