ΒΆtemplate <typename LHS, typename RHS>
inline BinaryOpc_match<LHS, RHS, false> m_BinOp(
    unsigned int Opcode,
    const LHS& L,
    const RHS& R)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:409

Templates

LHS
RHS

Parameters

unsigned int Opcode
const LHS& L
const RHS& R