Fixed_Size_Vector_Type¶
- class Fixed_Size_Vector_Type (abstract, logical)¶
A vector type where the number of elements is known at compile-time.
- Direct parents:
inherits Vector_Type
- Ancestor classes and implemented interfaces:
Declarative_Node, Logical_IR_Root, Symbol, Type, Unnamed_Type, Vector_Type
- Direct child classes:
subclass Gnu_Vector_Type
subclass Extended_Vector_Type
subclass Neon_Vector_Type
subclass Neon_Poly_Vector_Type
subclass Neon_Builtin_Vector_Type
Field
Kind
Type
Description
Number_Of_Elements
attribute
builtin Natural
Element_Type (from Vector_Type)
semantic
class Type
The type of the elements.
Size (from Type)
attribute
builtin Natural
Alignment_Log (from Type)
attribute
builtin Byte
log2 of the type’s alignment
Alignment (from Type)
attribute
builtin Natural
Alignment of the type (must be a power of 2)
Size_In_Bits (from Type)
attribute
builtin UInt64
Size of the type, in bits.
Parent (from Logical_IR_Root)
semantic
class Logical_IR_Root
Physical (from Logical_IR_Root)
semantic to physical
class Physical_IR_Root