ΒΆtemplate <typename LHS, typename RHS>
inline BinaryOp_match<LHS,
RHS,
Instruction::And,
true>
m_c_And(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline BinaryOp_match<LHS,
RHS,
Instruction::And,
true>
m_c_And(const LHS& L, const RHS& R)
Description
Matches an And with LHS and RHS in either order.
Declared at: llvm/include/llvm/IR/PatternMatch.h:1874
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R