ΒΆtemplate <typename LHS, typename RHS>
inline AnyBinaryOp_match<LHS, RHS, true>
m_c_BinOp(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline AnyBinaryOp_match<LHS, RHS, true>
m_c_BinOp(const LHS& L, const RHS& R)
Description
Matches a BinaryOperator with LHS and RHS in either order.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1845
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R