LLVM 18.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PatternMatch::NotForbidUndef_match< ValTy > Struct Template Reference

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 NotForbidUndef_match (const ValTy &V)
 
template<typename OpTy >
bool match (OpTy *V)
 

Public Attributes

ValTy Val
 

Detailed Description

template<typename ValTy>
struct llvm::PatternMatch::NotForbidUndef_match< ValTy >

Definition at line 2368 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ NotForbidUndef_match()

template<typename ValTy >
llvm::PatternMatch::NotForbidUndef_match< ValTy >::NotForbidUndef_match ( const ValTy &  V)
inline

Definition at line 2370 of file PatternMatch.h.

Member Function Documentation

◆ match()

template<typename ValTy >
template<typename OpTy >
bool llvm::PatternMatch::NotForbidUndef_match< ValTy >::match ( OpTy *  V)
inline

Member Data Documentation

◆ Val

template<typename ValTy >
ValTy llvm::PatternMatch::NotForbidUndef_match< ValTy >::Val

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