Home
last modified time | relevance | path

Searched defs:FindAndConstruct (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValueMap.h203 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h207 value_type &FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
217 value_type &FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DDenseMap.h323 value_type& FindAndConstruct(const KeyT &Key) { in FindAndConstruct() function
335 value_type& FindAndConstruct(KeyT &&Key) { in FindAndConstruct() function