ΒΆinline bool isAligned(llvm::MaybeAlign Lhs,
                      uint64_t SizeInBytes)

Description

Checks that SizeInBytes is a multiple of the alignment. Returns false if the alignment is undefined.

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

Parameters

llvm::MaybeAlign Lhs
uint64_t SizeInBytes