HomeSort by: relevance | last modified time | path
    Searched refs:m_SpecificType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MIPatternMatch.h 516 inline CheckType m_SpecificType(LLT Ty) { return Ty; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CombinerHelper.cpp 2286 m_GPtrToInt(m_all_of(m_SpecificType(DstTy), m_Reg(Reg))));
2393 m_GTrunc(m_all_of(m_Reg(Reg), m_SpecificType(DstTy))));
2402 m_GTrunc(m_all_of(m_Reg(Reg), m_SpecificType(DstTy))))) {

Completed in 22 milliseconds