Searched refs:CondMatcher (Results 1 – 2 of 2) sorted by relevance
145 class CondMatcher : public EntityMatcher<T> {148 CondMatcher(std::function<bool(const T &)> C) : Condition(C) {} in CondMatcher() function299 : TyM(new CondMatcher<Type>([T](const Type &Ty) -> bool { in ValueTypeMatcher()385 return std::shared_ptr<EntityMatcher<Type>>(new CondMatcher<Type>(C)); in MType()
1764 auto CondMatcher = m_CombineAnd( in visitAdd() 1770 m_CombineAnd(m_Value(Ext), m_ZExtOrSExt(CondMatcher)))) && in visitAdd() 1708 auto CondMatcher = m_CombineAnd( visitAdd() local