Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h640 struct fneg_match { struct
643 fneg_match(const LHS_t &LHS) : L(LHS) {} in fneg_match() function
665 inline fneg_match<LHS> m_FNeg(const LHS &L) { return L; } in m_FNeg() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h879 template <typename LHS_t> struct fneg_match { struct
882 fneg_match(const LHS_t &LHS) : L(LHS) {} in fneg_match() argument
900 template <typename LHS> inline fneg_match<LHS> m_FNeg(const LHS &L) { in m_FNeg() argument