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

References

tools/polly/lib/External/isl/isl_map.c
10442 	isl_hash_byte(hash, bmap->n_eq & 0xFF);
10446 		isl_hash_hash(hash, c_hash);
10448 	isl_hash_byte(hash, bmap->n_ineq & 0xFF);
10452 		isl_hash_hash(hash, c_hash);
10454 	isl_hash_byte(hash, bmap->n_div & 0xFF);
10459 		isl_hash_byte(hash, i & 0xFF);
10461 		isl_hash_hash(hash, c_hash);
10464 	return hash;