LLVM 22.0.0git
llvm::PatternMatch::specificval_ty Struct Reference

Match a specified Value*. More...

#include "llvm/IR/PatternMatch.h"

Public Member Functions

 specificval_ty (const Value *V)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

const ValueVal

Detailed Description

Match a specified Value*.

Definition at line 953 of file PatternMatch.h.

Constructor & Destructor Documentation

◆ specificval_ty()

llvm::PatternMatch::specificval_ty::specificval_ty ( const Value * V)
inline

Definition at line 956 of file PatternMatch.h.

References Val.

Member Function Documentation

◆ match()

template<typename ITy>
bool llvm::PatternMatch::specificval_ty::match ( ITy * V) const
inline

Definition at line 958 of file PatternMatch.h.

References Val.

Member Data Documentation

◆ Val

const Value* llvm::PatternMatch::specificval_ty::Val

Definition at line 954 of file PatternMatch.h.

Referenced by match(), and specificval_ty().


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