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

References

tools/polly/lib/External/isl/isl_seq.c
  298 		hash *= 16777619;
  299 		hash ^= (i & 0xFF);
  300 		hash = isl_int_hash(p[i], hash);
  300 		hash = isl_int_hash(p[i], hash);
  302 	return hash;