libFirm 1.20
i_call_record Struct Reference

An intrinsic call record. More...

#include <lowering.h>

Data Fields

enum ikind kind
 must be INTRINSIC_CALL
ir_entityi_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

Detailed Description

An intrinsic call record.

Definition at line 178 of file lowering.h.


Field Documentation

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.

must be INTRINSIC_CALL

Definition at line 179 of file lowering.h.

used in the construction algorithm, must be NULL

Definition at line 183 of file lowering.h.


The documentation for this struct was generated from the following file: