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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 469 if (match(Count, m_ZExt(m_Value(V))) ||
569 if (match(TrueVal, m_ZExt(m_Specific(CmpLHS))) &&
573 } else if (match(FalseVal, m_ZExt(m_Specific(CmpLHS))) &&
    [all...]
InstCombineCompares.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineMulDivRem.cpp     [all...]
InstCombineCasts.cpp 473 match(Src, m_LShr(m_ZExt(m_Value(A)), m_ConstantInt(Cst)))) {
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 813 inline CastClass_match<OpTy, Instruction::ZExt> m_ZExt(const OpTy &Op) {
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 213 milliseconds