LLVM 20.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) |
Public Attributes | |
T0 | Op0 |
T1 | Op1 |
Matcher for a single index InsertValue instruction.
Definition at line 2891 of file PatternMatch.h.
|
inline |
Definition at line 2895 of file PatternMatch.h.
|
inline |
Definition at line 2897 of file PatternMatch.h.
References I, llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op0, and llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op1.
T0 llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op0 |
Definition at line 2892 of file PatternMatch.h.
Referenced by llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::match().
T1 llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::Op1 |
Definition at line 2893 of file PatternMatch.h.
Referenced by llvm::PatternMatch::InsertValue_match< Ind, T0, T1 >::match().