Searched defs:fneg_match (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DPatternMatch.h674 struct fneg_match { struct in namespace:llvm::PatternMatch
677 fneg_match(const LHS_t &LHS) : L(LHS) {} function in struct:llvm::PatternMatch::fneg_match
696 inline fneg_match<LHS> m_FNeg(const LHS &L) { return L; }

Completed in 62 milliseconds