LLVM 22.0.0git
llvm::PatternMatch::Signum_match< Opnd_t > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 Signum_match (const Opnd_t &V)
template<typename OpTy>
bool match (OpTy *V) const

Public Attributes

Opnd_t Val

Detailed Description

template<typename Opnd_t>
struct llvm::PatternMatch::Signum_match< Opnd_t >

Definition at line 3059 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ Signum_match()

template<typename Opnd_t>
llvm::PatternMatch::Signum_match< Opnd_t >::Signum_match ( const Opnd_t & V)
inline

Definition at line 3061 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

Member Data Documentation

◆ Val

template<typename Opnd_t>
Opnd_t llvm::PatternMatch::Signum_match< Opnd_t >::Val

Definition at line 3060 of file PatternMatch.h.

Referenced by match(), and Signum_match().


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