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

Public Attributes

isl_ast_buildbuild
 
isl_affaff
 
isl_ast_exprpos
 
isl_ast_exprneg
 
isl_affadd
 
int i
 
isl_valv
 
isl_vald
 
isl_affdiv
 
isl_affnonneg
 
int sign
 

Detailed Description

Definition at line 507 of file isl_ast_build_expr.c.

Member Data Documentation

◆ add

isl_aff* isl_extract_mod_data::add

Definition at line 514 of file isl_ast_build_expr.c.

Referenced by extract_modulos(), and extract_term_and_mod().

◆ aff

isl_aff* isl_extract_mod_data::aff

◆ build

isl_ast_build* isl_extract_mod_data::build

◆ d

isl_val* isl_extract_mod_data::d

◆ div

isl_aff* isl_extract_mod_data::div

◆ i

int isl_extract_mod_data::i

◆ neg

isl_ast_expr* isl_extract_mod_data::neg

Definition at line 512 of file isl_ast_build_expr.c.

Referenced by extract_modulos(), and extract_term_and_mod().

◆ nonneg

isl_aff* isl_extract_mod_data::nonneg

◆ pos

isl_ast_expr* isl_extract_mod_data::pos

Definition at line 511 of file isl_ast_build_expr.c.

Referenced by extract_modulos(), and extract_term_and_mod().

◆ sign

int isl_extract_mod_data::sign

Definition at line 522 of file isl_ast_build_expr.c.

Referenced by check_parallel_or_opposite(), and try_extract_mod().

◆ v

isl_val* isl_extract_mod_data::v

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