Home
last modified time | relevance | path

Searched refs:neg_match (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h611 struct neg_match { struct
614 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() function
636 inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h856 template <typename LHS_t> struct neg_match { struct
859 neg_match(const LHS_t &LHS) : L(LHS) {} in neg_match() argument
877 template <typename LHS> inline neg_match<LHS> m_Neg(const LHS &L) { return L; } in m_Neg() argument