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

References

tools/polly/lib/External/isl/isl_map.c
10835 	bound = isl_vec_alloc(bset->ctx, 1 + isl_basic_set_total_dim(bset));
10837 	if (!bound || !tab)
10840 	isl_seq_clr(bound->el, bound->size);
10840 	isl_seq_clr(bound->el, bound->size);
10841 	isl_int_set_si(bound->el[0], -1);
10847 		isl_int_set_si(bound->el[1 + first + i], -1);
10848 		if (isl_tab_add_ineq(tab, bound->el) < 0)
10851 		isl_int_set_si(bound->el[1 + first + i], 0);
10860 		isl_int_set_si(bound->el[1 + first + i], 1);
10861 		if (isl_tab_add_ineq(tab, bound->el) < 0)
10864 		isl_int_set_si(bound->el[1 + first + i], 0);
10872 	isl_vec_free(bound);
10876 	isl_vec_free(bound);