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

References

tools/polly/lib/External/isl/isl_tab_pip.c
 2203 	r_row = tab->mat->row[tab->con[r].index];
 2204 	isl_int_set(r_row[0], tab->mat->row[row][0]);
 2205 	isl_int_neg(r_row[1], tab->mat->row[row][1]);
 2206 	isl_int_fdiv_r(r_row[1], r_row[1], tab->mat->row[row][0]);
 2206 	isl_int_fdiv_r(r_row[1], r_row[1], tab->mat->row[row][0]);
 2207 	isl_int_neg(r_row[1], r_row[1]);
 2207 	isl_int_neg(r_row[1], r_row[1]);
 2209 		isl_int_set_si(r_row[2], 0);
 2214 		isl_int_neg(r_row[off + col], tab->mat->row[row][off + col]);
 2215 		isl_int_fdiv_r(r_row[off + col], r_row[off + col],
 2215 		isl_int_fdiv_r(r_row[off + col], r_row[off + col],
 2217 		isl_int_neg(r_row[off + col], r_row[off + col]);
 2217 		isl_int_neg(r_row[off + col], r_row[off + col]);
 2223 		isl_int_neg(r_row[off + col], tab->mat->row[row][off + col]);
 2224 		isl_int_fdiv_r(r_row[off + col], r_row[off + col],
 2224 		isl_int_fdiv_r(r_row[off + col], r_row[off + col],
 2226 		isl_int_neg(r_row[off + col], r_row[off + col]);
 2226 		isl_int_neg(r_row[off + col], r_row[off + col]);
 2233 		isl_int_fdiv_r(r_row[off + i],
 2240 		isl_int_gcd(gcd, tab->mat->row[d_row][0], r_row[0]);
 2241 		isl_int_divexact(r_row[0], r_row[0], gcd);
 2241 		isl_int_divexact(r_row[0], r_row[0], gcd);
 2243 		isl_seq_combine(r_row + 1, gcd, r_row + 1,
 2243 		isl_seq_combine(r_row + 1, gcd, r_row + 1,
 2244 				r_row[0], tab->mat->row[d_row] + 1,
 2246 		isl_int_mul(r_row[0], r_row[0], tab->mat->row[d_row][0]);
 2246 		isl_int_mul(r_row[0], r_row[0], tab->mat->row[d_row][0]);
 2250 		isl_int_set(r_row[off + col], tab->mat->row[row][0]);