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

References

tools/polly/lib/External/isl/isl_map_simplify.c
  400 		for (i = 0; i < bmap->n_eq; ++i) {
  400 		for (i = 0; i < bmap->n_eq; ++i) {
  400 		for (i = 0; i < bmap->n_eq; ++i) {
  403 			if (!isl_int_is_one(bmap->eq[i][off + d]) &&
  404 			    !isl_int_is_negone(bmap->eq[i][off + d]))
  406 			ok = ok_to_eliminate_div(bmap, bmap->eq[i], d);
  413 			bmap = eliminate_div(bmap, bmap->eq[i], d, 1);
  414 			if (isl_basic_map_drop_equality(bmap, i) < 0)