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

References

tools/polly/lib/External/isl/isl_aff.c
 1308 	if (!aff)
 1311 	n = isl_local_space_dim(aff->ls, isl_dim_div);
 1312 	len = aff->v->size;
 1314 		if (!isl_int_is_one(aff->ls->div->row[i][0]))
 1316 		ls = isl_local_space_copy(aff->ls);
 1318 				aff->ls->div->row[i], len, i + 1, n - (i + 1));
 1319 		vec = isl_vec_copy(aff->v);
 1326 		pos = isl_local_space_offset(aff->ls, isl_dim_div) + i;
 1327 		isl_seq_substitute(vec->el, pos, aff->ls->div->row[i],
 1332 		isl_vec_free(aff->v);
 1333 		aff->v = vec;
 1334 		isl_local_space_free(aff->ls);
 1335 		aff->ls = ls;
 1338 	return aff;
 1342 	return isl_aff_free(aff);