Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h196 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash,
405 bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, in NodeEquals() function
481 bool NodeEquals(FoldingSetImpl::Node *N, const FoldingSetNodeID &ID, in NodeEquals() function
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DFoldingSet.cpp292 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()