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
 2807 	total = isl_basic_map_dim(context, isl_dim_all);
 2809 	total -= n_div;
 2814 						context, context_n_eq, total);
 2816 	A = isl_mat_sub_alloc6(ctx, context->eq, 0, context_n_eq, 0, 1 + total);
 2818 				0, context_n_eq, 1 + total, n_div);
 2827 				0, bmap_n_eq, 0, 1 + total + n_div);