Searched refs:CheckValueTypeMatcher (Results 1 – 12 of 12) sorted by relevance
186 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()286 unsigned CheckValueTypeMatcher::getHashImpl() const { in getHashImpl()404 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()405 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl()
631 class CheckValueTypeMatcher : public Matcher {634 CheckValueTypeMatcher(StringRef type_name) in CheckValueTypeMatcher() function648 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName; in isEqualImpl()
244 return AddMatcher(new CheckValueTypeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
379 << cast<CheckValueTypeMatcher>(N)->getTypeName() << ",\n"; in EmitMatcher()
206 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()386 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()387 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl()
627 class CheckValueTypeMatcher : public Matcher {630 CheckValueTypeMatcher(StringRef type_name) in CheckValueTypeMatcher() function642 return cast<CheckValueTypeMatcher>(M)->TypeName == TypeName; in isEqualImpl()
421 << cast<CheckValueTypeMatcher>(N)->getTypeName() << ",\n"; in EmitMatcher()
238 return AddMatcher(new CheckValueTypeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
205 void CheckValueTypeMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()385 bool CheckValueTypeMatcher::isContradictoryImpl(const Matcher *M) const { in isContradictoryImpl()386 if (const CheckValueTypeMatcher *CVT = dyn_cast<CheckValueTypeMatcher>(M)) in isContradictoryImpl()
240 return AddMatcher(new CheckValueTypeMatcher(LeafRec->getName())); in EmitLeafMatchCode()
536 << cast<CheckValueTypeMatcher>(N)->getTypeName() << ",\n"; in EmitMatcher()