ΒΆinline LogicalOp_match<
    llvm::PatternMatch::class_match<llvm::Value>,
    llvm::PatternMatch::class_match<llvm::Value>,
    Instruction::And>
m_LogicalAnd()

Description

Matches L & & R where L and R are arbitrary values.

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