Searched refs:CheckChildIntegerMatcher (Results 1 – 4 of 4) sorted by relevance
205 void CheckChildIntegerMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()391 bool CheckChildIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()392 if (const CheckChildIntegerMatcher *CCIM = in isContradictoryImpl()393 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()
63 New = new CheckChildIntegerMatcher(MC->getChildNo(), CI->getValue()); in ContractNodes()149 auto *NewCCI = new CheckChildIntegerMatcher(MS->getSiblingNo(), in ContractNodes()165 auto *NewCCI = new CheckChildIntegerMatcher(MS->getSiblingNo(), in ContractNodes()
705 OS << "OPC_CheckChild" << cast<CheckChildIntegerMatcher>(N)->getChildNo() in EmitMatcher()708 cast<CheckChildIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()