Searched refs:CheckIntegerMatcher (Results 1 – 5 of 5) sorted by relevance
202 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()377 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()378 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
59 if (CheckIntegerMatcher *CS = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes()
563 class CheckIntegerMatcher : public Matcher {566 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function578 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
216 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()
541 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()