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


3.22.10.14 struct x1f4_sdbo_type

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

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

See Right 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 right operand).