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