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

  /external/llvm/include/llvm/IR/
PatternMatch.h 858 struct fneg_match { struct in namespace:llvm::PatternMatch
861 fneg_match(const LHS_t &LHS) : L(LHS) {} function in struct:llvm::PatternMatch::fneg_match
880 inline fneg_match<LHS> m_FNeg(const LHS &L) { return L; }
    [all...]

Completed in 100 milliseconds