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
  979 	total = isl_space_dim(eq->dim, isl_dim_all);
  980 	if (isl_local_space_dim(ls, isl_dim_all) != total)
  983 	total++;
  986 		j = isl_seq_last_non_zero(eq->eq[i], total + n_div);
  987 		if (j < 0 || j == 0 || j >= total)
  999 			isl_seq_elim(ls->div->row[k] + 1, eq->eq[i], j, total,