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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 74 if ((CmpLHS == TrueVal && match(FalseVal, m_Neg(m_Specific(CmpLHS)))) ||
75 (CmpLHS == FalseVal && match(TrueVal, m_Neg(m_Specific(CmpLHS))))) {
    [all...]
InstCombineAddSub.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 852 /// m_Neg - Match an integer negate.
854 inline neg_match<LHS> m_Neg(const LHS &L) { return L; }
    [all...]

Completed in 372 milliseconds