|
LLVM 24.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 2149 of file PatternMatch.h.
|
inline |
Definition at line 2153 of file PatternMatch.h.
|
inline |
Definition at line 2156 of file PatternMatch.h.
References DL, llvm::dyn_cast(), and Op.
| const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL |
Definition at line 2150 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().
| Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op |
Definition at line 2151 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().