Polly 20.0.0git
|
#include <isl_constraint_private.h>
Public Attributes | |
int | ref |
int | eq |
isl_local_space * | ls |
isl_vec * | v |
Definition at line 8 of file isl_constraint_private.h.
int isl_constraint::eq |
Definition at line 11 of file isl_constraint_private.h.
Referenced by isl_constraint_alloc_vec(), and isl_constraint_is_equality().
isl_local_space* isl_constraint::ls |
Definition at line 12 of file isl_constraint_private.h.
Referenced by isl_basic_map_from_constraint(), isl_constraint_alloc_vec(), and test_div().
int isl_constraint::ref |
Definition at line 9 of file isl_constraint_private.h.
Referenced by isl_constraint_alloc_vec(), isl_constraint_copy(), and isl_constraint_cow().
isl_vec* isl_constraint::v |
Definition at line 13 of file isl_constraint_private.h.
Referenced by isl_constraint_alloc_vec(), isl_constraint_get_coefficient(), isl_constraint_get_constant(), isl_constraint_set_coefficient_si(), isl_constraint_set_coefficient_val(), isl_constraint_set_constant(), isl_constraint_set_constant_si(), and isl_constraint_set_constant_val().