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
  670 	uint32_t hash = isl_seq_get_hash_bits((*ineq) + 1, ci->total, ci->bits);
  670 	uint32_t hash = isl_seq_get_hash_bits((*ineq) + 1, ci->total, ci->bits);
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  671 	for (h = hash; ci->index[h]; h = (h+1) % ci->size)
  672 		if (ineq != ci->index[h] &&
  673 		    isl_seq_eq((*ineq) + 1, ci->index[h][0]+1, ci->total))
  673 		    isl_seq_eq((*ineq) + 1, ci->index[h][0]+1, ci->total))