Lines Matching defs:row2
893 /* Check if rows "row1" and "row2" have identical "parametric constants",
899 static int identical_parameter_line(struct isl_tab *tab, int row1, int row2)
904 if (isl_int_ne(tab->mat->row[row1][1], tab->mat->row[row2][1]))
908 tab->mat->row[row2][2]))
920 tab->mat->row[row2][off + col]))
3872 int row2;
3878 for (row2 = tab->n_redundant; row2 < tab->n_row; ++row2) {
3879 if (tab->row_sign[row2] == isl_tab_row_unknown)
3881 if (identical_parameter_line(tab, row, row2))
3882 return tab->row_sign[row2];