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

References

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