ΒΆtemplate <typename LHS, typename RHS>
inline SpecificBinaryOp_match<LHS, RHS, true>
m_c_BinOp(unsigned int Opcode,
const LHS& L,
const RHS& R)
template <typename LHS, typename RHS>
inline SpecificBinaryOp_match<LHS, RHS, true>
m_c_BinOp(unsigned int Opcode,
const LHS& L,
const RHS& R)
Description
Matches a specific opcode with LHS and RHS in either order.
Declared at: llvm/include/llvm/IR/PatternMatch.h:2231
Templates
- LHS
- RHS
Parameters
- unsigned int Opcode
- const LHS& L
- const RHS& R