reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2062 r = isl_tab_add_row(tab, eq); 2063 if (r < 0) 2066 var = &tab->con[r]; 2067 r = var->index; 2068 if (row_is_manifestly_zero(tab, r)) { 2070 if (isl_tab_mark_redundant(tab, r) < 0) 2075 if (isl_int_is_neg(tab->mat->row[r][1])) { 2076 isl_seq_neg(tab->mat->row[r] + 1, tab->mat->row[r] + 1, 2076 isl_seq_neg(tab->mat->row[r] + 1, tab->mat->row[r] + 1,