LLVM 23.0.0git
llvm::SCEVPatternMatch::bind_ty< SCEVUse > Struct Reference

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Inheritance diagram for llvm::SCEVPatternMatch::bind_ty< SCEVUse >:
[legend]

Public Member Functions

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

Public Attributes

SCEVUseVR

Detailed Description

Definition at line 91 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_ty()

llvm::SCEVPatternMatch::bind_ty< SCEVUse >::bind_ty ( SCEVUse & V)
inline

Definition at line 94 of file ScalarEvolutionPatternMatch.h.

References VR.

Member Function Documentation

◆ match()

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

Definition at line 96 of file ScalarEvolutionPatternMatch.h.

References VR.

Member Data Documentation

◆ VR

Definition at line 92 of file ScalarEvolutionPatternMatch.h.

Referenced by bind_ty(), and match().


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