|
LLVM 24.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| SpecificType_match (Type *RefTy, const Pattern &P) | |
| template<typename ITy> | |
| bool | match (ITy *V) const |
Public Attributes | |
| Type * | RefTy |
| Pattern | P |
Definition at line 1097 of file PatternMatch.h.
|
inline |
Definition at line 1101 of file PatternMatch.h.
|
inline |
Definition at line 1103 of file PatternMatch.h.
| Pattern llvm::PatternMatch::SpecificType_match< Pattern >::P |
Definition at line 1099 of file PatternMatch.h.
Referenced by match(), and SpecificType_match().
| Type* llvm::PatternMatch::SpecificType_match< Pattern >::RefTy |
Definition at line 1098 of file PatternMatch.h.
Referenced by match(), and SpecificType_match().