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

References

tools/polly/lib/External/isl/isl_aff.c
 1021 	if (pos < 0 || pos >= isl_local_space_dim(aff->ls, type))
 1021 	if (pos < 0 || pos >= isl_local_space_dim(aff->ls, type))
 1027 	pos += isl_local_space_offset(aff->ls, type);
 1028 	if (isl_int_cmp_si(aff->v->el[1 + pos], v) == 0)
 1039 	isl_int_set_si(aff->v->el[1 + pos], v);