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

References

tools/polly/lib/External/isl/isl_map.c
11071 	for (j = 0; j < bmap->n_eq; ++j) {
11071 	for (j = 0; j < bmap->n_eq; ++j) {
11071 	for (j = 0; j < bmap->n_eq; ++j) {
11072 		if (isl_int_is_zero(bmap->eq[j][o_out + pos]))
11074 		if (isl_seq_first_non_zero(bmap->eq[j] + o_out + pos + 1,
11077 		k = first_div_may_involve_output(bmap, bmap->eq[j] + o_div,
11080 			return j;
11081 		if (!isl_int_is_one(bmap->eq[j][o_out + pos]) &&
11082 		    !isl_int_is_negone(bmap->eq[j][o_out + pos]))
11084 		if (first_div_may_involve_output(bmap, bmap->eq[j] + o_div,
11088 						bmap->eq[j][o_div + k]);
11097 		return j;