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
  399 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  399 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  399 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  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);