LLVM 22.0.0git
llvm::SCEVPatternMatch::bind_ty< Class > Struct Template Reference

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 bind_ty (Class *&V)
template<typename ITy>
bool match (ITy *V) const

Public Attributes

Class *& VR

Detailed Description

template<typename Class>
struct llvm::SCEVPatternMatch::bind_ty< Class >

Definition at line 71 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_ty()

template<typename Class>
llvm::SCEVPatternMatch::bind_ty< Class >::bind_ty ( Class *& V)
inline

Definition at line 74 of file ScalarEvolutionPatternMatch.h.

References VR.

Member Function Documentation

◆ match()

template<typename Class>
template<typename ITy>
bool llvm::SCEVPatternMatch::bind_ty< Class >::match ( ITy * V) const
inline

Definition at line 76 of file ScalarEvolutionPatternMatch.h.

References llvm::dyn_cast(), and VR.

Member Data Documentation

◆ VR

template<typename Class>
Class*& llvm::SCEVPatternMatch::bind_ty< Class >::VR

Definition at line 72 of file ScalarEvolutionPatternMatch.h.

Referenced by bind_ty(), and match().


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