struct InsertValue_match
Declaration
template <int Ind, typename T0, typename T1>
struct InsertValue_match { /* full declaration omitted */ };
Description
Matcher for a single index InsertValue instruction.
Declared at: llvm/include/llvm/IR/PatternMatch.h:2439
Templates
- int Ind
- T0
- T1
Member Variables
- public T0 Op0
- public T1 Op1
Method Overview
- public InsertValue_match<Ind, T0, T1>(const T0 & Op0, const T1 & Op1)
- public template <typename OpTy>bool match(OpTy * V)
Methods
¶InsertValue_match<Ind, T0, T1>(const T0& Op0,
const T1& Op1)
InsertValue_match<Ind, T0, T1>(const T0& Op0,
const T1& Op1)
Declared at: llvm/include/llvm/IR/PatternMatch.h:2443
Parameters
- const T0& Op0
- const T1& Op1
¶template <typename OpTy>
bool match(OpTy* V)
template <typename OpTy>
bool match(OpTy* V)
Declared at: llvm/include/llvm/IR/PatternMatch.h:2445
Templates
- OpTy
Parameters
- OpTy* V