ΒΆtemplate <typename LHS, typename RHS>
inline LogicalOp_match<LHS,
                       RHS,
                       Instruction::And,
                       true>
m_c_LogicalAnd(const LHS& L, const RHS& R)

Description

Matches L & & R with LHS and RHS in either order.

Declared at: llvm/include/llvm/IR/PatternMatch.h:2548

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R