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
  239 	unsigned total = isl_basic_map_total_dim(bmap);
  240 	isl_ctx *ctx = bmap->ctx;
  242 	if (isl_int_is_zero(bmap->div[div][0]))
  244 	isl_seq_gcd(bmap->div[div] + 2, total, &ctx->normalize_gcd);
  245 	isl_int_gcd(ctx->normalize_gcd, ctx->normalize_gcd, bmap->div[div][0]);
  248 	isl_int_fdiv_q(bmap->div[div][1], bmap->div[div][1],
  248 	isl_int_fdiv_q(bmap->div[div][1], bmap->div[div][1],
  250 	isl_int_divexact(bmap->div[div][0], bmap->div[div][0],
  250 	isl_int_divexact(bmap->div[div][0], bmap->div[div][0],
  252 	isl_seq_scale_down(bmap->div[div] + 2, bmap->div[div] + 2,
  252 	isl_seq_scale_down(bmap->div[div] + 2, bmap->div[div] + 2,