LLVM 22.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SCEVPatternMatch::specificscev_ty Struct Reference

Match a specified const SCEV *. More...

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 specificscev_ty (const SCEV *Expr)
 
template<typename ITy >
bool match (ITy *S) const
 

Public Attributes

const SCEVExpr
 

Detailed Description

Match a specified const SCEV *.

Definition at line 99 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ specificscev_ty()

llvm::SCEVPatternMatch::specificscev_ty::specificscev_ty ( const SCEV Expr)
inline

Definition at line 102 of file ScalarEvolutionPatternMatch.h.

Member Function Documentation

◆ match()

template<typename ITy >
bool llvm::SCEVPatternMatch::specificscev_ty::match ( ITy *  S) const
inline

Definition at line 104 of file ScalarEvolutionPatternMatch.h.

References Expr.

Member Data Documentation

◆ Expr

const SCEV* llvm::SCEVPatternMatch::specificscev_ty::Expr

Definition at line 100 of file ScalarEvolutionPatternMatch.h.

Referenced by match().


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