Home | Sort by relevance Sort by last modified time |
/external/llvm/include/llvm/Support/ | |
PatternMatch.h | 768 struct fneg_match { struct in namespace:llvm::PatternMatch 771 fneg_match(const LHS_t &LHS) : L(LHS) {} function in struct:llvm::PatternMatch::fneg_match 790 inline fneg_match<LHS> m_FNeg(const LHS &L) { return L; } [all...] |