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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 4696 	for (i = 0; i < bmap->n_div; ++i)
 4696 	for (i = 0; i < bmap->n_div; ++i)
 4696 	for (i = 0; i < bmap->n_div; ++i)
 4697 		if (!isl_int_is_zero(bmap->div[i][2 + pos]))
 4700 	for (i = 0; i < bmap->n_eq; ++i)
 4700 	for (i = 0; i < bmap->n_eq; ++i)
 4700 	for (i = 0; i < bmap->n_eq; ++i)
 4701 		if (!isl_int_is_zero(bmap->eq[i][1 + pos]))
 4704 	for (i = 0; i < bmap->n_ineq; ++i) {
 4704 	for (i = 0; i < bmap->n_ineq; ++i) {
 4704 	for (i = 0; i < bmap->n_ineq; ++i) {
 4705 		if (isl_int_is_nonneg(bmap->ineq[i][1 + pos]))
 4707 		if (!isl_int_is_negone(bmap->ineq[i][1 + pos]))
 4709 		if (isl_seq_first_non_zero(bmap->ineq[i] + 1 + pos + 1,
 4714 			if (isl_seq_eq(bmap->ineq[i], cst->row[j], cst->n_col))