Home
last modified time | relevance | path

Searched refs:CondMatcher (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/CodeGen/
H A DIRMatchers.h145 class CondMatcher : public EntityMatcher<T> {
148 CondMatcher(std::function<bool(const T &)> C) : Condition(C) {} in CondMatcher() function
299 : TyM(new CondMatcher<Type>([T](const Type &Ty) -> bool { in ValueTypeMatcher()
385 return std::shared_ptr<EntityMatcher<Type>>(new CondMatcher<Type>(C)); in MType()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1764 auto CondMatcher = m_CombineAnd( in visitAdd()
1770 m_CombineAnd(m_Value(Ext), m_ZExtOrSExt(CondMatcher)))) && in visitAdd()
1708 auto CondMatcher = m_CombineAnd( visitAdd() local