Polly 22.0.0git
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)

Definition at line 910 of file isl_union_map.c.

◆ 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)

Definition at line 911 of file isl_union_map.c.

◆ subtract

int isl_bin_op_control::subtract

Definition at line 909 of file isl_union_map.c.

Referenced by gen_bin_entry().


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