reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_tab.c
 1139 	isl_int_swap(mat->row[row][0], mat->row[row][off + col]);
 1143 		isl_int_neg(mat->row[row][off + col], mat->row[row][off + col]);
 1143 		isl_int_neg(mat->row[row][off + col], mat->row[row][off + col]);
 1146 			if (j == off - 1 + col)
 1155 		if (isl_int_is_zero(mat->row[i][off + col]))
 1159 			if (j == off - 1 + col)
 1164 				    mat->row[i][off + col], mat->row[row][1 + j]);
 1166 		isl_int_mul(mat->row[i][off + col],
 1167 			    mat->row[i][off + col], mat->row[row][off + col]);
 1167 			    mat->row[i][off + col], mat->row[row][off + col]);
 1172 	tab->row_var[row] = tab->col_var[col];
 1173 	tab->col_var[col] = t;
 1177 	var = var_from_col(tab, col);
 1179 	var->index = col;
 1180 	update_row_sign(tab, row, col, sgn);
 1184 		if (isl_int_is_zero(mat->row[i][off + col]))