Searched refs:NodeEquals (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | FoldingSet.h | 196 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 D | FoldingSet.cpp | 292 if (NodeEquals(NodeInBucket, ID, IDHash, TempID)) in FindNodeOrInsertPos()
|