Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1714 inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) { in m_Argument() function
1775 return m_CombineAnd(m_Intrinsic<IntrID>(), m_Argument<0>(Op0));
1781 return m_CombineAnd(m_Intrinsic<IntrID>(Op0), m_Argument<1>(Op1));
1787 return m_CombineAnd(m_Intrinsic<IntrID>(Op0, Op1), m_Argument<2>(Op2));
1794 return m_CombineAnd(m_Intrinsic<IntrID>(Op0, Op1, Op2), m_Argument<3>(Op3));
1803 m_Argument<4>(Op4));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp1886 if (!match(Agg, m_CombineOr(m_Argument<0>(m_Specific(X)), in omitCheckForZeroBeforeMulWithOverflowInternal()
1887 m_Argument<1>(m_Specific(X))))) in omitCheckForZeroBeforeMulWithOverflowInternal()