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
 1304 	ctx = isl_local_space_get_ctx(ls);
 1305 	total = isl_local_space_dim(ls, isl_dim_all);
 1313 	offset = isl_local_space_offset(ls, isl_dim_div) - 1;
 1314 	for (i = ls->div->n_row - 1; i >= 0; --i) {
 1318 			active[j] |= !isl_int_is_zero(ls->div->row[i][2 + j]);