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

Description

Combine two pattern matchers matching L & & R

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

Templates

LTy
RTy

Parameters

const LTy& L
const RTy& R