LLVM 22.0.0git
|
Matcher for a single index InsertValue instruction. More...
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
InsertValue_match (const T0 &Op0, const T1 &Op1) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
T0 | Op0 |
T1 | Op1 |
Matcher for a single index InsertValue instruction.
Definition at line 3130 of file PatternMatch.h.
|
inline |
Definition at line 3134 of file PatternMatch.h.
|
inline |
Definition at line 3136 of file PatternMatch.h.
References llvm::dyn_cast(), I, Op0, and Op1.
T0 llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op0 |
Definition at line 3131 of file PatternMatch.h.
Referenced by InsertValue_match(), and match().
T1 llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op1 |
Definition at line 3132 of file PatternMatch.h.
Referenced by InsertValue_match(), and match().