LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t > Struct Template Reference

Match a binary SCEV. More...

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 SCEVBinaryExpr_match (Op0_t Op0, Op1_t Op1)
 
bool match (const SCEV *S)
 

Public Attributes

Op0_t Op0
 
Op1_t Op1
 

Detailed Description

template<typename SCEVTy, typename Op0_t, typename Op1_t>
struct llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t >

Match a binary SCEV.

Definition at line 125 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ SCEVBinaryExpr_match()

template<typename SCEVTy , typename Op0_t , typename Op1_t >
llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t >::SCEVBinaryExpr_match ( Op0_t  Op0,
Op1_t  Op1 
)
inline

Definition at line 129 of file ScalarEvolutionPatternMatch.h.

Member Function Documentation

◆ match()

template<typename SCEVTy , typename Op0_t , typename Op1_t >
bool llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t >::match ( const SCEV S)
inline

Member Data Documentation

◆ Op0

template<typename SCEVTy , typename Op0_t , typename Op1_t >
Op0_t llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t >::Op0

◆ Op1

template<typename SCEVTy , typename Op0_t , typename Op1_t >
Op1_t llvm::SCEVPatternMatch::SCEVBinaryExpr_match< SCEVTy, Op0_t, Op1_t >::Op1

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