reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1171 if (create_constraint_index(&ci, bmap) < 0) 1174 h = isl_seq_get_hash_bits(bmap->ineq[0] + 1, total, ci.bits); 1175 ci.index[h] = &bmap->ineq[0]; 1177 h = hash_index(&ci, bmap, k); 1178 if (!ci.index[h]) { 1179 ci.index[h] = &bmap->ineq[k]; 1184 l = ci.index[h] - &bmap->ineq[0]; 1193 h = hash_index(&ci, bmap, k); 1195 if (!ci.index[h]) 1197 l = ci.index[h] - &bmap->ineq[0]; 1221 constraint_index_free(&ci);