Next: , Previous: , Up: Operator Optimization Types   [Index]


3.22.10.13 struct x1f4_sdbl_type

typedef struct x1f4_sdbl_type {
    ...
    const void *data;
} x1f4_sdbl_type;

The struct x1f4_sdbl_type record describes the parameters for the removal of the (left operand) identity element optimization.

See Left Identity Element Kill.

data

The data field is the address at which the value of the identity element is stored (the type of it is inferred from the operator description, it is the type of the left operand).