reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/PatternMatch.h
 1888 inline BinaryOp_match<LHS, RHS, Instruction::FAdd, true>
 1889 m_c_FAdd(const LHS &L, const RHS &R) {
 1890   return BinaryOp_match<LHS, RHS, Instruction::FAdd, true>(L, R);