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

References

tools/polly/lib/External/isl/isl_tab.c
 1837 	row = tab->mat->row[tab->con[r].index];
 1838 	isl_int_set_si(row[0], 1);
 1839 	isl_int_set(row[1], line[0]);
 1840 	isl_seq_clr(row + 2, tab->M + tab->n_col);
 1846 				row[0], tab->mat->row[tab->var[i].index][0]);
 1847 			isl_int_swap(a, row[0]);
 1848 			isl_int_divexact(a, row[0], a);
 1850 				row[0], tab->mat->row[tab->var[i].index][0]);
 1852 			isl_seq_combine(row + 1, a, row + 1,
 1852 			isl_seq_combine(row + 1, a, row + 1,
 1856 			isl_int_addmul(row[off + tab->var[i].index],
 1857 							line[1 + i], row[0]);
 1859 			isl_int_submul(row[2], line[1 + i], row[0]);
 1859 			isl_int_submul(row[2], line[1 + i], row[0]);
 1861 	isl_seq_normalize(tab->mat->ctx, row, off + tab->n_col);