Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h226 template <class NodeTy> struct MDNodeSubsetEqualImpl { struct
227 using KeyTy = MDNodeKeyImpl<NodeTy>;
229 static bool isSubsetEqual(const KeyTy &LHS, const NodeTy *RHS) { in isSubsetEqual()
233 static bool isSubsetEqual(const NodeTy *LHS, const NodeTy *RHS) { in isSubsetEqual()