Searched refs:RecordChildMatcher (Results 1 – 4 of 4) sorted by relevance
233 OS << "OPC_RecordChild" << cast<RecordChildMatcher>(N)->getChildNo() in EmitMatcher()237 << cast<RecordChildMatcher>(N)->getResultNo() << " = " in EmitMatcher()238 << cast<RecordChildMatcher>(N)->getWhatFor(); in EmitMatcher()
264 class RecordChildMatcher : public Matcher {275 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() function293 return cast<RecordChildMatcher>(M)->getChildNo() == getChildNo(); in isEqualImpl()
122 void RecordChildMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
48 New = new RecordChildMatcher(MC->getChildNo(), RM->getWhatFor(), in ContractNodes()