Polly 20.0.0git
|
Public Attributes | |
isl_ast_build * | build |
isl_aff * | aff |
isl_ast_expr * | pos |
isl_ast_expr * | neg |
isl_aff * | add |
int | i |
isl_val * | v |
isl_val * | d |
isl_aff * | div |
isl_aff * | nonneg |
int | sign |
Definition at line 507 of file isl_ast_build_expr.c.
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().
isl_aff* isl_extract_mod_data::aff |
Definition at line 509 of file isl_ast_build_expr.c.
Referenced by extract_modulo(), extract_modulos(), extract_nonneg_mod(), extract_term_and_mod(), and try_extract_mod().
isl_ast_build* isl_extract_mod_data::build |
Definition at line 508 of file isl_ast_build_expr.c.
Referenced by extract_modulos(), extract_nonneg_mod(), extract_term_and_mod(), and try_extract_mod().
isl_val* isl_extract_mod_data::d |
Definition at line 518 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), extract_modulo(), extract_nonneg_mod(), extract_term_and_mod(), is_even_test(), and try_extract_mod().
isl_aff* isl_extract_mod_data::div |
Definition at line 519 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), extract_mod(), extract_modulo(), extract_nonneg_mod(), and try_extract_mod().
int isl_extract_mod_data::i |
Definition at line 516 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), every_non_zero_coefficient(), extract_modulo(), extract_modulos(), and extract_term_and_mod().
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().
isl_aff* isl_extract_mod_data::nonneg |
Definition at line 521 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), mod_constraint_is_simpler(), and try_extract_mod().
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().
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().
isl_val* isl_extract_mod_data::v |
Definition at line 517 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), every_non_zero_coefficient(), extract_modulo(), extract_modulos(), extract_nonneg_mod(), extract_term_and_mod(), and try_extract_mod().