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

References

tools/polly/lib/External/isl/isl_local_space.c
 1406 	n_div_ma = ma->n ? isl_aff_dim(ma->u.p[0], isl_dim_div) : 0;
 1409 	res = isl_local_space_alloc(space, n_div_ma + n_div_ls);
 1413 	if (n_div_ma) {
 1429 			isl_int_set_si(res->div->row[n_div_ma + i][0], 0);
 1432 		isl_seq_preimage(res->div->row[n_div_ma + i], ls->div->row[i],
 1433 				ma, 0, 0, n_div_ma, n_div_ls, f, c1, c2, g, 1);
 1434 		normalize_div(res, n_div_ma + i);