reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
850 inline BinaryOp_match<LHS, RHS, Instruction::FDiv> m_FDiv(const LHS &L, 851 const RHS &R) { 852 return BinaryOp_match<LHS, RHS, Instruction::FDiv>(L, R);