Searched refs:CheckIntegerMatcher (Results 1 – 14 of 14) 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()
192 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()367 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()368 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
216 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()
517 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()
178 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()398 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()399 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
582 class CheckIntegerMatcher : public Matcher {585 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function599 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
215 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()
368 unsigned Bytes=1+EmitVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()