Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp973 static T *uniquifyImpl(T *N, DenseSet<T *, InfoT> &Store) { in uniquifyImpl() function
1006 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify()