Searched refs:RecordChildMatcher (Results 1 – 4 of 4) sorted by relevance
48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()168 if (auto *RC = dyn_cast<RecordChildMatcher>(MP->getNext())) { in ContractNodes()
478 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() << ','; in EmitMatcher()480 OS << " // #" << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()481 << 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, unsigned indent) const { in printImpl()