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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineSelect.cpp     [all...]
InstCombineAddSub.cpp     [all...]
InstCombineCompares.cpp     [all...]
InstCombineCalls.cpp     [all...]
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 384 if (match(Condition, m_Not(m_Value(Condition))))
392 if (I->getParent() == Parent && match(I, m_Not(m_Specific(Condition))))
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 560 if (match(Op0, m_Not(m_Specific(Op1))) ||
561 match(Op1, m_Not(m_Specific(Op0))))
    [all...]
ValueTracking.cpp 741 } else if (match(Arg, m_c_ICmp(Pred, m_Not(m_c_And(m_V, m_Value(B))),
767 } else if (match(Arg, m_c_ICmp(Pred, m_Not(m_c_Or(m_V, m_Value(B))),
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; }
    [all...]

Completed in 220 milliseconds