|
LLVM 23.0.0git
|
#include "llvm/IR/PatternMatch.h"
Public Member Functions | |
| PtrToIntSameSize_match (const DataLayout &DL, const Op_t &OpMatch) | |
| template<typename OpTy> | |
| bool | match (OpTy *V) const |
Public Attributes | |
| const DataLayout & | DL |
| Op_t | Op |
Definition at line 2125 of file PatternMatch.h.
|
inline |
Definition at line 2129 of file PatternMatch.h.
|
inline |
Definition at line 2132 of file PatternMatch.h.
References DL, llvm::dyn_cast(), and Op.
| const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL |
Definition at line 2126 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().
| Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op |
Definition at line 2127 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().