|
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 1083 of file PatternMatch.h.
|
inline |
Definition at line 1087 of file PatternMatch.h.
|
inline |
Definition at line 1089 of file PatternMatch.h.
| Pattern llvm::PatternMatch::SpecificType_match< Pattern >::P |
Definition at line 1085 of file PatternMatch.h.
Referenced by match(), and SpecificType_match().
| Type* llvm::PatternMatch::SpecificType_match< Pattern >::RefTy |
Definition at line 1084 of file PatternMatch.h.
Referenced by match(), and SpecificType_match().