LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::PtrToIntSameSize_match< Op_t > Struct Template Reference

#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 DataLayoutDL
 
Op_t Op
 

Detailed Description

template<typename Op_t>
struct llvm::PatternMatch::PtrToIntSameSize_match< Op_t >

Definition at line 1813 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ PtrToIntSameSize_match()

template<typename Op_t >
llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::PtrToIntSameSize_match ( const DataLayout DL,
const Op_t &  OpMatch 
)
inline

Definition at line 1817 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op_t >
template<typename OpTy >
bool llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::match ( OpTy *  V)
inline

Member Data Documentation

◆ DL

template<typename Op_t >
const DataLayout& llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::DL

◆ Op

template<typename Op_t >
Op_t llvm::PatternMatch::PtrToIntSameSize_match< Op_t >::Op

Definition at line 1815 of file PatternMatch.h.


The documentation for this struct was generated from the following file: