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

References

tools/polly/lib/External/isl/isl_map.c
 3345 	if (!bmap)
 3347 	total = isl_basic_map_total_dim(bmap);
 3348 	isl_assert(bmap->ctx, pos < bmap->n_ineq, return -1);
 3348 	isl_assert(bmap->ctx, pos < bmap->n_ineq, return -1);
 3349 	isl_seq_neg(bmap->ineq[pos], bmap->ineq[pos], 1 + total);
 3349 	isl_seq_neg(bmap->ineq[pos], bmap->ineq[pos], 1 + total);
 3350 	isl_int_sub_ui(bmap->ineq[pos][0], bmap->ineq[pos][0], 1);
 3350 	isl_int_sub_ui(bmap->ineq[pos][0], bmap->ineq[pos][0], 1);
 3351 	ISL_F_CLR(bmap, ISL_BASIC_MAP_NORMALIZED);