LLVM 20.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) |
Public Attributes | |
const DataLayout & | DL |
Op_t | Op |
Definition at line 1930 of file PatternMatch.h.
|
inline |
Definition at line 1934 of file PatternMatch.h.
|
inline |
Definition at line 1937 of file PatternMatch.h.
References llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL, and llvm::DataLayout::getTypeSizeInBits().
const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL |
Definition at line 1931 of file PatternMatch.h.
Referenced by llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::match().
Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op |
Definition at line 1932 of file PatternMatch.h.