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
 5112 	total = isl_basic_map_dim(bmap, isl_dim_all);
 5114 	v = isl_vec_alloc(ctx, 1 + total);
 5118 	eq = isl_mat_sub_alloc6(ctx, bmap->eq, 0, bmap->n_eq, 0, 1 + total);
 5135 		isl_seq_cpy(v->el, bmap->ineq[i], 1 + total);
 5141 		isl_seq_cpy(bmap->ineq[i], v->el, 1 + total);