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

References

tools/polly/lib/External/isl/isl_map_subtract.c
  180 	total = isl_basic_map_total_dim(tab->bmap);
  181 	dim = total - tab->bmap->n_div;
  188 		isl_seq_clr(vec->el + 2 + dim, tab->bmap->n_div);
  193 		for (j = 0; j < tab->bmap->n_div; ++j)
  194 			if (isl_seq_eq(tab->bmap->div[j],
  195 					vec->el, 2 + dim + tab->bmap->n_div))
  198 		if (j == tab->bmap->n_div) {
  199 			vec->size = 2 + dim + tab->bmap->n_div;
  200 			if (isl_tab_add_div(tab, vec) < 0)