Searched refs:CheckIntegerMatcher (Results 1 – 5 of 5) sorted by relevance
201 void CheckIntegerMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()391 bool CheckIntegerMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()392 if (const CheckIntegerMatcher *CIM = dyn_cast<CheckIntegerMatcher>(M)) in isContradictoryImpl()
58 if (CheckIntegerMatcher *CI = dyn_cast<CheckIntegerMatcher>(MC->getNext())) in ContractNodes()
574 class CheckIntegerMatcher : public Matcher {577 CheckIntegerMatcher(int64_t value) in CheckIntegerMatcher() function589 return cast<CheckIntegerMatcher>(M)->Value == Value; in isEqualImpl()
215 return AddMatcher(new CheckIntegerMatcher(II->getValue())); in EmitLeafMatchCode()
595 1 + EmitSignedVBRValue(cast<CheckIntegerMatcher>(N)->getValue(), OS); in EmitMatcher()