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

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 bind_cst_ty (const APInt *&Op0)
 
bool match (const SCEV *S) const
 

Public Attributes

const APInt *& CR
 

Detailed Description

Definition at line 131 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ bind_cst_ty()

llvm::SCEVPatternMatch::bind_cst_ty::bind_cst_ty ( const APInt *&  Op0)
inline

Definition at line 134 of file ScalarEvolutionPatternMatch.h.

Member Function Documentation

◆ match()

bool llvm::SCEVPatternMatch::bind_cst_ty::match ( const SCEV S) const
inline

Member Data Documentation

◆ CR

const APInt*& llvm::SCEVPatternMatch::bind_cst_ty::CR

Definition at line 132 of file ScalarEvolutionPatternMatch.h.

Referenced by match().


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