Searched refs:CheckIntegerMatcher (Results 1 – 5 of 5) sorted by relevance
193 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()368 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()369 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
59 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes()
559 class CheckIntegerMatcher : public Matcher {562 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function574 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
402 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()
214 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()