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

Description

Matches L & & R either in the form of L & R or L ? R : false. Note that the latter form is poison-blocking.

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

Templates

LHS
RHS

Parameters

const LHS& L
const RHS& R