HomeSort by relevance Sort by last modified time
    Searched full:fneg_match (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/Support/
PatternMatch.h 674 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 184 milliseconds