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

Public Attributes

enum isl_dim_type type
 
unsigned first
 
unsigned n
 
isl_qpolynomial ** subs
 

Detailed Description

Definition at line 1765 of file isl_fold.c.

Member Data Documentation

◆ first

unsigned isl_fold_substitute::first

Definition at line 1767 of file isl_fold.c.

Referenced by isl_qpolynomial_fold_substitute(), and substitute().

◆ n

unsigned isl_fold_substitute::n

Definition at line 1768 of file isl_fold.c.

Referenced by substitute().

◆ subs

isl_qpolynomial** isl_fold_substitute::subs

Definition at line 1769 of file isl_fold.c.

Referenced by isl_qpolynomial_fold_substitute(), and substitute().

◆ type

enum isl_dim_type isl_fold_substitute::type

Definition at line 1766 of file isl_fold.c.

Referenced by substitute().


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