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

Public Attributes

int subtract
 
isl_bool(* filter )(__isl_keep isl_map *map)
 
__isl_give isl_space *(* match_space )(__isl_take isl_space *space)
 
__isl_give isl_map *(* fn_map )(__isl_take isl_map *map1, __isl_take isl_map *map2)
 

Detailed Description

Definition at line 908 of file isl_union_map.c.

Member Data Documentation

◆ filter

isl_bool(* isl_bin_op_control::filter) (__isl_keep isl_map *map)

◆ fn_map

__isl_give isl_map *(* isl_bin_op_control::fn_map) (__isl_take isl_map *map1, __isl_take isl_map *map2)

Definition at line 912 of file isl_union_map.c.

Referenced by bin_add_pair().

◆ match_space

__isl_give isl_space *(* isl_bin_op_control::match_space) (__isl_take isl_space *space)

◆ subtract

int isl_bin_op_control::subtract

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