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

References

tools/polly/lib/External/isl/isl_output.c
  756 	c = isl_vec_alloc(bmap->ctx, 1 + total);
  761 		int l = isl_seq_last_non_zero(bmap->eq[i], 1 + total);
  771 			isl_seq_cpy(c->el, bmap->eq[i], 1 + total);
  773 			isl_seq_neg(c->el, bmap->eq[i], 1 + total);
  778 		int l = isl_seq_last_non_zero(bmap->ineq[i], 1 + total);
  799 			isl_seq_cpy(c->el, bmap->ineq[i], 1 + total);
  801 			isl_seq_neg(c->el, bmap->ineq[i], 1 + total);