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

References

tools/polly/lib/External/isl/isl_tab.c
 1145 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1145 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1145 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1146 			if (j == off - 1 + col)
 1148 			isl_int_neg(mat->row[row][1 + j], mat->row[row][1 + j]);
 1148 			isl_int_neg(mat->row[row][1 + j], mat->row[row][1 + j]);
 1158 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1158 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1158 		for (j = 0; j < off - 1 + tab->n_col; ++j) {
 1159 			if (j == off - 1 + col)
 1161 			isl_int_mul(mat->row[i][1 + j],
 1162 				    mat->row[i][1 + j], mat->row[row][0]);
 1163 			isl_int_addmul(mat->row[i][1 + j],
 1164 				    mat->row[i][off + col], mat->row[row][1 + j]);