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

References

tools/polly/lib/External/isl/isl_aff.c
  692 	if (pos >= isl_local_space_dim(aff->ls, type))
  698 	pos += isl_local_space_offset(aff->ls, type);
  699 	v = isl_val_rat_from_isl_int(ctx, aff->v->el[1 + pos], aff->v->el[0]);