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

References

tools/polly/lib/External/isl/isl_map_simplify.c
 2997 	context_n_eq = n_div_eq(context);
 2999 	if (bmap_n_eq < 0 || context_n_eq < 0)
 3001 	if (bmap_n_eq == 0 || context_n_eq == 0)
 3005 						    context, context_n_eq);