Home
last modified time | relevance | path

Searched refs:ExistingContent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp248 if (auto *ExistingContent = dyn_cast<TrieContent>(Existing)) in find() local
249 return ExistingContent->getHash() == Hash in find()
250 ? PointerBase(ExistingContent->getValuePointer()) in find()
305 auto &ExistingContent = cast<TrieContent>(Existing); in insert() local
306 if (ExistingContent.getHash() == Hash) in insert()
307 return PointerBase(ExistingContent.getValuePointer()); in insert()
313 IndexGen.getCollidingBits(ExistingContent.getHash()); in insert()
314 S = S->sink(Index, ExistingContent, IndexGen.getNumBits(), in insert()