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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 634 /// m_Neg - Match an integer negate.
636 inline neg_match<LHS> m_Neg(const LHS &L) { return L; }
  /external/llvm/include/llvm/IR/
PatternMatch.h 877 template <typename LHS> inline neg_match<LHS> m_Neg(const LHS &L) { return L; }
    [all...]

Completed in 407 milliseconds