Searched refs:RecordChildMatcher (Results 1 – 4 of 4) sorted by relevance
47 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()96 auto *NewRCM = new RecordChildMatcher( in ContractNodes()112 auto *NewRCM = new RecordChildMatcher( in ContractNodes()
482 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() << ','; in EmitMatcher()484 OS << " // #" << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()485 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
268 class RecordChildMatcher : public Matcher {280 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function294 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
128 void RecordChildMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()