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

References

tools/polly/lib/External/isl/isl_map.c
10993 	for (i = 0; i < bmap->n_ineq; ++i) {
10993 	for (i = 0; i < bmap->n_ineq; ++i) {
10993 	for (i = 0; i < bmap->n_ineq; ++i) {
10994 		if (!isl_int_abs_eq(bmap->ineq[i][o_out + pos], ctx->one))
10996 		if (isl_seq_first_non_zero(bmap->ineq[i] + o_out + pos + 1,
10999 		if (first_div_may_involve_output(bmap, bmap->ineq[i] + o_div,
11002 		for (j = i + 1; j < bmap->n_ineq; ++j) {
11006 			if (!isl_seq_is_neg(bmap->ineq[i] + 1,
11013 		isl_int_add(bmap->ineq[i][0],
11014 			    bmap->ineq[i][0], bmap->ineq[j][0]);
11015 		less = isl_int_abs_lt(bmap->ineq[i][0], m);
11016 		isl_int_sub(bmap->ineq[i][0],
11017 			    bmap->ineq[i][0], bmap->ineq[j][0]);
11020 		if (isl_int_is_one(bmap->ineq[i][o_out + pos]))
11021 			return i;