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

References

tools/polly/lib/External/isl/isl_aff.c
 5469 		isl_int_set(c1, ma->u.p[i]->v->el[0]);
 5471 		isl_int_gcd(g, c1, c2);
 5472 		isl_int_divexact(c1, c1, g);
 5472 		isl_int_divexact(c1, c1, g);
 5475 		isl_int_mul(f, f, c1);
 5478 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5482 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_before);
 5484 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5488 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_after);
 5490 		isl_seq_combine(dst + o_dst, c1, dst + o_dst,
 5494 		isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_div_bmap);
 5496 			isl_int_mul(dst[0], dst[0], c1);