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

Public Attributes

enum isl_dim_type preserve_type
 
__isl_give isl_space *(* other_factor )(__isl_take isl_space *space)
 
__isl_give isl_map *(* product )(__isl_take isl_map *factor, __isl_take isl_map *other)
 

Detailed Description

Definition at line 8395 of file isl_map.c.

Member Data Documentation

◆ other_factor

__isl_give isl_space *(* isl_intersect_factor_control::other_factor) (__isl_take isl_space *space)

Definition at line 8397 of file isl_map.c.

Referenced by isl_map_intersect_factor().

◆ preserve_type

enum isl_dim_type isl_intersect_factor_control::preserve_type

◆ product

__isl_give isl_map *(* isl_intersect_factor_control::product) (__isl_take isl_map *factor, __isl_take isl_map *other)

Definition at line 8398 of file isl_map.c.

Referenced by isl_map_intersect_factor().


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