HomeSort by relevance Sort by last modified time
    Searched refs:m_ZExt (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 425 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) &&
429 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineMulDivRem.cpp 724 match(Op1, m_ZExt(m_Shl(m_Power2(CI), m_Value(N))))) {
    [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCasts.cpp 475 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 689 /// m_ZExt
692 m_ZExt(const OpTy &Op) {

Completed in 30 milliseconds