LLVM 22.0.0git
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) const

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 2134 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 2137 of file PatternMatch.h.

References Op.

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) const
inline

Definition at line 2139 of file PatternMatch.h.

References llvm::dyn_cast(), I, and Op.

Member Data Documentation

◆ Op

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

Definition at line 2135 of file PatternMatch.h.

Referenced by match(), and NoWrapTrunc_match().


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