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

References

tools/polly/lib/External/isl/isl_map.c
 4749 	n_out = isl_basic_map_dim(bmap, isl_dim_out);
 4751 	total = nparam + n_in + n_out + bmap->n_div + n_out;
 4751 	total = nparam + n_in + n_out + bmap->n_div + n_out;
 4755 	isl_dim_map_div(dim_map, bmap, pos += n_in + n_out);
 4759 			bmap->n_div + n_out,
 4760 			bmap->n_eq, bmap->n_ineq + 2 * n_out);
 4762 	result = add_divs(result, n_out);
 4763 	for (i = 0; i < n_out; ++i) {