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
  295 	total = isl_basic_map_total_dim(bmap);
  305 		isl_seq_elim(bmap->eq[k], eq, 1+pos, 1+total, NULL);
  306 		isl_seq_normalize(bmap->ctx, bmap->eq[k], 1 + total);
  314 		isl_seq_elim(bmap->ineq[k], eq, 1+pos, 1+total, NULL);
  315 		isl_seq_normalize(bmap->ctx, bmap->ineq[k], 1 + total);
  335 					1+pos, 1+total, &bmap->div[k][0]);
  338 			isl_seq_clr(bmap->div[k], 1 + total);