Home
last modified time | relevance | path

Searched refs:m_Unless (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAssumeBundleQueries.cpp135 m_Intrinsic<Intrinsic::assume>(m_Unless(m_Specific(U->get()))))) in getBundleFromUse()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h174 template <typename Ty> inline match_unless<Ty> m_Unless(const Ty &M) { in m_Unless() function
782 return m_CombineAnd(m_Constant(), m_Unless(m_ConstantExpr())); in m_ImmConstant()
789 return m_CombineAnd(m_Constant(C), m_Unless(m_ConstantExpr())); in m_ImmConstant()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3678 m_Unless(m_ConstantExpr())), in visitXor()