libFirm
|
An intrinsic call record. More...
#include <lowering.h>
Data Fields | |
enum ikind | kind |
must be INTRINSIC_CALL | |
ir_entity * | i_ent |
the entity representing an intrinsic call | |
i_mapper_func | i_mapper |
the mapper function to call | |
void * | ctx |
mapper context | |
void * | link |
used in the construction algorithm, must be NULL |
An intrinsic call record.
Definition at line 176 of file lowering.h.
void* i_call_record::ctx |
mapper context
Definition at line 180 of file lowering.h.
ir_entity* i_call_record::i_ent |
the entity representing an intrinsic call
Definition at line 178 of file lowering.h.
i_mapper_func i_call_record::i_mapper |
the mapper function to call
Definition at line 179 of file lowering.h.
enum ikind i_call_record::kind |
must be INTRINSIC_CALL
Definition at line 177 of file lowering.h.
void* i_call_record::link |
used in the construction algorithm, must be NULL
Definition at line 181 of file lowering.h.