ΒΆinline LogicalOp_match<
    llvm::PatternMatch::class_match<llvm::Value>,
    llvm::PatternMatch::class_match<llvm::Value>,
    Instruction::Or>
m_LogicalOr()

Description

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

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