libFirm
|
Primitive types are types that represent atomic data values that map directly to modes. More...
Functions | |
ir_type * | new_type_primitive (ir_mode *mode) |
Creates a new primitive type. More... | |
int | is_Primitive_type (const ir_type *primitive) |
Returns true if a type is a primitive type. More... | |
Primitive types are types that represent atomic data values that map directly to modes.
They don't have private attributes. The important information they carry is held in the common mode field.
int is_Primitive_type | ( | const ir_type * | primitive | ) |
Returns true if a type is a primitive type.