HomeSort by relevance Sort by last modified time
    Searched refs:GetBucketFor (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
FoldingSet.cpp 207 /// GetBucketFor - Hash the specified node ID and return the hash bucket for
209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) {
292 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID),
323 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets);
351 InsertPos = GetBucketFor(ComputeNodeHash(N, TempID), Buckets, NumBuckets);
  /external/swiftshader/third_party/LLVM/lib/Support/
FoldingSet.cpp 206 /// GetBucketFor - Hash the specified node ID and return the hash bucket for
208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) {
269 GetBucketFor(ComputeNodeHash(NodeInBucket, TempID),
285 void **Bucket = GetBucketFor(ID.ComputeHash(), Buckets, NumBuckets);
313 InsertPos = GetBucketFor(ComputeNodeHash(N, TempID), Buckets, NumBuckets);

Completed in 232 milliseconds