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

References

tools/polly/lib/External/isl/isl_tab.c
 2223 	ineq = isl_vec_alloc(bmap->ctx, 1 + total);
 2224 	if (!ineq)
 2227 	isl_seq_cpy(ineq->el, bmap->div[div] + 1, 1 + total);
 2228 	isl_int_neg(ineq->el[div_pos], bmap->div[div][0]);
 2229 	return ineq;