llvm::DataLayout::PrimitiveSpec

Primitive type specification.

Synopsis

Declared in <llvm/IR/DataLayout.h>

struct PrimitiveSpec;

Member Functions

NameDescription
operator== Returns true if this specification equals Other.

Data Members

NameDescription
ABIAlign ABI-required alignment for this type.
BitWidth Bit width of the primitive type.
PrefAlign Preferred alignment for this type.