Searched refs:isl_seq_get_hash_bits (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_seq.h | 57 uint32_t isl_seq_get_hash_bits(isl_int *p, unsigned len, unsigned bits);
|
| H A D | isl_seq.c | 345 uint32_t isl_seq_get_hash_bits(isl_int *p, unsigned len, unsigned bits) in isl_seq_get_hash_bits() function
|
| H A D | isl_map_simplify.c | 742 uint32_t hash = isl_seq_get_hash_bits((*ineq) + 1, ci->total, ci->bits); in hash_index_ineq() 858 index[isl_seq_get_hash_bits(bmap->div[k], 2+total, bits)] = k + 1; in remove_duplicate_divs() 865 hash = isl_seq_get_hash_bits(bmap->div[k], 2+total, bits); in remove_duplicate_divs() 1253 h = isl_seq_get_hash_bits(bmap->ineq[0] + 1, total, ci.bits); in isl_basic_map_remove_duplicate_constraints()
|