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

References

tools/polly/lib/External/isl/isl_map_simplify.c
  915 	total = isl_space_dim(bmap->dim, isl_dim_all);
  922 					bmap->n_eq - div_eq, 0, 1 + total);
  938 		while (j >= 0 && isl_int_is_zero(bmap->eq[i][1 + total + j]))
  940 		isl_int_set(d->block.data[i], bmap->eq[i][1 + total + j]);
  942 	B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, 0, div_eq, 0, 1 + total);
  973 			if (!isl_int_is_zero(bmap->eq[i][1 + total + j]))
  999 		pos[i] = 1 + total + k;
 1000 		isl_seq_clr(bmap->div[k] + 1, 1 + total + bmap->n_div);
 1003 			isl_seq_cpy(bmap->div[k] + 1, C2->row[i], 1 + total);
 1011 						C2->row[pos[j]], 1 + total);
 1017 		isl_seq_neg(bmap->eq[j], bmap->div[k]+1, 1+total+bmap->n_div);