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

References

tools/polly/lib/External/isl/isl_coalesce.c
 2043 				    1 + total);
 2046 	bound = isl_vec_alloc(ctx, 1 + total);
 2051 		isl_seq_neg(bound->el, info[i].bmap->eq[k / 2], 1 + total);
 2053 		isl_seq_cpy(bound->el, info[i].bmap->eq[k / 2], 1 + total);
 2056 	isl_seq_cpy(wraps.mat->row[0], bound->el, 1 + total);
 2065 	isl_seq_neg(bound->el, bound->el, 1 + total);
 2067 	isl_seq_cpy(wraps.mat->row[wraps.mat->n_row], bound->el, 1 + total);