Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp981 template <class NodeTy> struct MDNode::HasCachedHash { struct in MDNode
982 using Yes = char[1];
983 using No = char[2];
984 template <class U, U Val> struct SFINAE {};
990 static const bool value = sizeof(check<NodeTy>(nullptr)) == sizeof(Yes);