llvm::DataLayout::getPointerABIAlignment

Layout pointer alignment.

Synopsis

Declared in <llvm/IR/DataLayout.h>

Align
getPointerABIAlignment(unsigned int AS) const;

Return Value

The ABI alignment for pointers in address space AS.

Parameters

NameDescription
ASAddress space of the pointer.