Searched refs:GetBucketFor (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DFoldingSet.cpp206 /// GetBucketFor - Hash the specified node ID and return the hash bucket for
208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { function
269 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID),
285 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets);
313 InsertPos = GetBucketFor(ComputeNodeHash(N, TempID), Buckets, NumBuckets);

Completed in 30 milliseconds