ΒΆtemplate <typename LTy, typename RTy>
inline match_combine_or<LTy, RTy> m_CombineOr(
    const LTy& L,
    const RTy& R)

Description

Combine two pattern matchers matching L || R

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

Templates

LTy
RTy

Parameters

const LTy& L
const RTy& R