Return the constant as an llvm::Align, interpreting 0 as Align(1).

Synopsis

Declared in <llvm/IR/Constants.h>

Align
getAlignValue() const;

Description

Note that this method can assert if the value does not fit in 64 bits or is not a power of two.

Return Value

The value as an llvm::Align.

Created with MrDocs