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

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 NoWrapTrunc_match (const Op_t &OpMatch)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

Op_t Op
 

Detailed Description

template<typename Op_t, unsigned WrapFlags = 0>
struct llvm::PatternMatch::NoWrapTrunc_match< Op_t, WrapFlags >

Definition at line 1881 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ NoWrapTrunc_match()

template<typename Op_t , unsigned WrapFlags = 0>
llvm::PatternMatch::NoWrapTrunc_match< Op_t, WrapFlags >::NoWrapTrunc_match ( const Op_t &  OpMatch)
inline

Definition at line 1884 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename Op_t , unsigned WrapFlags = 0>
template<typename OpTy >
bool llvm::PatternMatch::NoWrapTrunc_match< Op_t, WrapFlags >::match ( OpTy *  V)
inline

Definition at line 1886 of file PatternMatch.h.

References I.

Member Data Documentation

◆ Op

template<typename Op_t , unsigned WrapFlags = 0>
Op_t llvm::PatternMatch::NoWrapTrunc_match< Op_t, WrapFlags >::Op

Definition at line 1882 of file PatternMatch.h.


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