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
  440 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  440 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  440 	for (d = bmap->n_div - 1; d >= 0 ; --d) {
  442 			if (!isl_int_is_zero(bmap->eq[i][off + d]))
  447 			if (isl_int_abs_gt(bmap->ineq[i][off + d], ctx->one))
  452 		bmap = isl_basic_map_eliminate_vars(bmap, (off-1)+d, 1);
  455 		bmap = isl_basic_map_drop_div(bmap, d);