Home
last modified time | relevance | path

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

/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