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 2105 of file PatternMatch.h.
|
inline |
Definition at line 2109 of file PatternMatch.h.
|
inline |
Definition at line 2112 of file PatternMatch.h.
References DL, llvm::dyn_cast(), and Op.
const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL |
Definition at line 2106 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().
Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op |
Definition at line 2107 of file PatternMatch.h.
Referenced by match(), and PtrToIntSameSize_match().