LLVM 22.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
ExtractValue_match (const Opnd_t &V) | |
template<typename OpTy> | |
bool | match (OpTy *V) const |
Public Attributes | |
Opnd_t | Val |
Definition at line 3099 of file PatternMatch.h.
|
inline |
Definition at line 3101 of file PatternMatch.h.
References Val.
|
inline |
Definition at line 3103 of file PatternMatch.h.
References llvm::dyn_cast(), I, and Val.
Opnd_t llvm::PatternMatch::ExtractValue_match< Ind, Opnd_t >::Val |
Definition at line 3100 of file PatternMatch.h.
Referenced by ExtractValue_match(), and match().