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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 749 /// m_Neg - Match an integer negate.
751 inline neg_match<LHS> m_Neg(const LHS &L) { return L; }

Completed in 408 milliseconds