Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h139 inline specific_intval<1> m_True() { in m_True() function
512 return m_Select(Op0, m_True(), Op1); in m_LogicalOr()
H A DVPlanTransforms.cpp1137 if (match(Def, m_Intrinsic<Intrinsic::vp_merge>(m_True(), m_VPValue(A), in simplifyRecipe()
1898 if (match(Cond, m_True())) in removeBranchOnConst()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h1160 inline auto m_True() {