libFirm 1.20
|
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 178 of file lowering.h.
void* i_call_record::ctx |
mapper context
Definition at line 182 of file lowering.h.
the entity representing an intrinsic call
Definition at line 180 of file lowering.h.
the mapper function to call
Definition at line 181 of file lowering.h.
enum ikind i_call_record::kind |
must be INTRINSIC_CALL
Definition at line 179 of file lowering.h.
void* i_call_record::link |
used in the construction algorithm, must be NULL
Definition at line 183 of file lowering.h.