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

Match a specified const Loop*. More...

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 specificloop_ty (const Loop *L)
 
bool match (const Loop *L) const
 

Public Attributes

const LoopL
 

Detailed Description

Match a specified const Loop*.

Definition at line 241 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ specificloop_ty()

llvm::SCEVPatternMatch::specificloop_ty::specificloop_ty ( const Loop L)
inline

Definition at line 244 of file ScalarEvolutionPatternMatch.h.

Member Function Documentation

◆ match()

bool llvm::SCEVPatternMatch::specificloop_ty::match ( const Loop L) const
inline

Definition at line 246 of file ScalarEvolutionPatternMatch.h.

References L.

Member Data Documentation

◆ L

const Loop* llvm::SCEVPatternMatch::specificloop_ty::L

Definition at line 242 of file ScalarEvolutionPatternMatch.h.

Referenced by match().


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