LLVM 22.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 2097 of file PatternMatch.h.
|
inline |
Definition at line 2101 of file PatternMatch.h.
|
inline |
Definition at line 2104 of file PatternMatch.h.
References DL, llvm::dyn_cast(), and Op.
const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL |
Definition at line 2098 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().
Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op |
Definition at line 2099 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().