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

References

tools/polly/lib/External/isl/isl_ast_codegen.c
 2429 	if (data->n_div < 0)
 2430 		data->n_div = get_expanded_n_div(data, data->lower);
 2431 	if (data->n_div < 0)
 2433 	if (data->n_div == 0)
 2438 	if (n_div >= data->n_div)
 2440 	data->n_div = n_div;