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 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...]

Completed in 304 milliseconds