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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp 697 if (match(TrueVal, m_Not(m_Specific(CondVal))))
699 else if (match(FalseVal, m_Not(m_Specific(CondVal))))
    [all...]
InstCombineAddSub.cpp 1035 if (match(LHS, m_Not(m_Value(X)))) // ~X + C --> (C-1) - X
    [all...]
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 622 if (match(Op0, m_Not(m_Specific(Op1))) ||
623 match(Op1, m_Not(m_Specific(Op0))))
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUStructurizeCFG.cpp 327 if (match(Condition, m_Not(m_Value(Condition))))
339 if (match(*I, m_Not(m_Specific(Condition))))
  /external/llvm/include/llvm/Support/
PatternMatch.h 725 inline not_match<LHS> m_Not(const LHS &L) { return L; }

Completed in 588 milliseconds