Searched refs:CompleteMatchMatcher (Results 1 – 5 of 5) sorted by relevance
87 isa<CompleteMatchMatcher>(N->getNext()->getNext())) { in ContractNodes()102 if (CompleteMatchMatcher *CM = in ContractNodes()103 dyn_cast<CompleteMatchMatcher>(EN->getNext())) { in ContractNodes()
282 void CompleteMatchMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()355 unsigned CompleteMatchMatcher::getHashImpl() const { in getHashImpl()
1150 class CompleteMatchMatcher : public Matcher {1154 CompleteMatchMatcher(ArrayRef<unsigned> results, in CompleteMatchMatcher() function1170 return cast<CompleteMatchMatcher>(M)->Results == Results && in isEqualImpl()1171 &cast<CompleteMatchMatcher>(M)->Pattern == &Pattern; in isEqualImpl()
576 const CompleteMatchMatcher *CM = cast<CompleteMatchMatcher>(N); in EmitMatcher()
997 AddMatcher(new CompleteMatchMatcher(Ops, Pattern)); in EmitResultCode()