ΒΆtemplate <typename LHS, typename RHS>
inline LogicalOp_match<LHS, RHS, Instruction::Or>
m_LogicalOr(const LHS& L, const RHS& R)
template <typename LHS, typename RHS>
inline LogicalOp_match<LHS, RHS, Instruction::Or>
m_LogicalOr(const LHS& L, const RHS& R)
Description
Matches L || R either in the form of L | R or L ? true : R. Note that the latter form is poison-blocking.
Declared at: llvm/include/llvm/IR/PatternMatch.h:2555
Templates
- LHS
- RHS
Parameters
- const LHS& L
- const RHS& R