enum AlignTypeEnum
Description
Enum used to categorize the alignment types stored by LayoutAlignElem
Declared at: llvm/include/llvm/IR/DataLayout.h:51
Enumerators
Name | Value | Comment |
---|---|---|
INVALID_ALIGN | 0 | |
INTEGER_ALIGN | 105 | |
VECTOR_ALIGN | 118 | |
FLOAT_ALIGN | 102 | |
AGGREGATE_ALIGN | 97 |