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

References

tools/polly/lib/External/isl/isl_mat.c
   40 	hash = isl_hash_init();
   41 	isl_hash_byte(hash, mat->n_row & 0xFF);
   42 	isl_hash_byte(hash, mat->n_col & 0xFF);
   47 		isl_hash_hash(hash, row_hash);
   50 	return hash;