ΒΆtemplate <typename Cond,
          typename LHS,
          typename RHS>
inline ThreeOps_match<Cond,
                      LHS,
                      RHS,
                      Instruction::Select>
m_Select(const Cond& C,
         const LHS& L,
         const RHS& R)

Description

Matches SelectInst.

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

Templates

Cond
LHS
RHS

Parameters

const Cond& C
const LHS& L
const RHS& R