Polly 19.0.0git
Public Attributes | List of all members
isl_union_map_preimage_mpa_data Struct Reference

Public Attributes

isl_spacespace
 
isl_multi_pw_affmpa
 
isl_union_mapres
 
int(* match )(__isl_keep isl_map *map, __isl_keep isl_space *space)
 
__isl_give isl_map *(* fn )(__isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa)
 

Detailed Description

Definition at line 3730 of file isl_union_map.c.

Member Data Documentation

◆ fn

__isl_give isl_map *(* isl_union_map_preimage_mpa_data::fn) (__isl_take isl_map *map, __isl_take isl_multi_pw_aff *mpa)

Definition at line 3735 of file isl_union_map.c.

Referenced by preimage_mpa_entry(), and preimage_multi_pw_aff().

◆ match

int(* isl_union_map_preimage_mpa_data::match) (__isl_keep isl_map *map, __isl_keep isl_space *space)

Definition at line 3734 of file isl_union_map.c.

Referenced by preimage_mpa_entry(), and preimage_multi_pw_aff().

◆ mpa

isl_multi_pw_aff* isl_union_map_preimage_mpa_data::mpa

◆ res

isl_union_map* isl_union_map_preimage_mpa_data::res

Definition at line 3733 of file isl_union_map.c.

Referenced by preimage_mpa_entry(), and preimage_multi_pw_aff().

◆ space

isl_space* isl_union_map_preimage_mpa_data::space

Definition at line 3731 of file isl_union_map.c.

Referenced by preimage_mpa_entry(), and preimage_multi_pw_aff().


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