LLVM 20.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)
 

Public Attributes

const SCEVExpr
 

Detailed Description

Match a specified const SCEV *.

Definition at line 83 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ specificscev_ty()

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

Definition at line 86 of file ScalarEvolutionPatternMatch.h.

Member Function Documentation

◆ match()

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

Definition at line 88 of file ScalarEvolutionPatternMatch.h.

References Expr.

Member Data Documentation

◆ Expr

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

Definition at line 84 of file ScalarEvolutionPatternMatch.h.

Referenced by match().


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