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

References

tools/polly/lib/External/isl/isl_map.c
 2813 	for (i = 0; i < bmap->n_eq; ++i)
 2813 	for (i = 0; i < bmap->n_eq; ++i)
 2813 	for (i = 0; i < bmap->n_eq; ++i)
 2814 		if (isl_seq_first_non_zero(bmap->eq[i] + first, n) >= 0)
 2816 	for (i = 0; i < bmap->n_ineq; ++i)
 2816 	for (i = 0; i < bmap->n_ineq; ++i)
 2816 	for (i = 0; i < bmap->n_ineq; ++i)
 2817 		if (isl_seq_first_non_zero(bmap->ineq[i] + first, n) >= 0)
 2819 	for (i = 0; i < bmap->n_div; ++i) {
 2819 	for (i = 0; i < bmap->n_div; ++i) {
 2819 	for (i = 0; i < bmap->n_div; ++i) {
 2820 		if (isl_int_is_zero(bmap->div[i][0]))
 2822 		if (isl_seq_first_non_zero(bmap->div[i] + 1 + first, n) >= 0)