|
Polly 23.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 * | partial |
| isl_aff * | nonneg |
| int | sign |
Definition at line 510 of file isl_ast_build_expr.c.
| isl_aff* isl_extract_mod_data::add |
Definition at line 517 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 512 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 511 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 521 of file isl_ast_build_expr.c.
Referenced by extract_modulo(), extract_nonneg_mod(), extract_term_and_mod(), is_even_test(), is_parallel_or_opposite(), and try_extract_mod().
| isl_aff* isl_extract_mod_data::div |
Definition at line 522 of file isl_ast_build_expr.c.
Referenced by extract_mod(), extract_modulo(), extract_nonneg_mod(), is_parallel_or_opposite(), parallel_or_opposite_feasible(), and try_extract_mod().
| int isl_extract_mod_data::i |
Definition at line 519 of file isl_ast_build_expr.c.
Referenced by every_non_zero_coefficient(), extract_modulo(), extract_modulos(), extract_term_and_mod(), is_parallel_or_opposite(), parallel_or_opposite_feasible(), and parallel_or_opposite_scan().
| isl_ast_expr* isl_extract_mod_data::neg |
Definition at line 515 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 525 of file isl_ast_build_expr.c.
Referenced by is_simpler(), replace_nonneg(), and try_extract_mod().
| isl_aff* isl_extract_mod_data::partial |
Definition at line 524 of file isl_ast_build_expr.c.
Referenced by check_parallel_or_opposite(), get_partial_constant(), parallel_or_opposite_feasible(), replace_by_partial_if_simpler(), try_extract_mod(), and update_partial().
| isl_ast_expr* isl_extract_mod_data::pos |
Definition at line 514 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 526 of file isl_ast_build_expr.c.
Referenced by replace_nonneg(), and try_extract_mod().
| isl_val* isl_extract_mod_data::v |
Definition at line 520 of file isl_ast_build_expr.c.
Referenced by every_non_zero_coefficient(), extract_modulo(), extract_modulos(), extract_nonneg_mod(), extract_term_and_mod(), and try_extract_mod().