ΒΆtemplate <int64_t L, int64_t R, typename Cond>
inline ThreeOps_match<Cond,
constantint_match<L>,
constantint_match<R>,
Instruction::Select>
m_SelectCst(const Cond& C)
template <int64_t L, int64_t R, typename Cond>
inline ThreeOps_match<Cond,
constantint_match<L>,
constantint_match<R>,
Instruction::Select>
m_SelectCst(const Cond& C)
Description
This matches a select of two constants, e.g.: m_SelectCst < -1, 0>(m_Value(V))
Declared at: llvm/include/llvm/IR/PatternMatch.h:1254
Templates
- int64_t L
- int64_t R
- Cond
Parameters
- const Cond& C