Searched refs:CheckChildIntegerMatcher (Results 1 – 4 of 4) sorted by relevance
205 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, in printImpl()397 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()398 if (const CheckChildIntegerMatcher *CCIM = dyn_cast<CheckChildIntegerMatcher>(M)) { in isContradictoryImpl()
596 class CheckChildIntegerMatcher : public Matcher {600 CheckChildIntegerMatcher(unsigned childno, int64_t value) in CheckChildIntegerMatcher() function613 return cast<CheckChildIntegerMatcher>(M)->ChildNo == ChildNo && in isEqualImpl()614 cast<CheckChildIntegerMatcher>(M)->Value == Value; in isEqualImpl()
60 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()
600 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()603 cast<CheckChildIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()