Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::llvm::SCEVConstant Class Referencefinal

#include <ScalarEvolution.hpp>

Inheritance diagram for jlm::llvm::SCEVConstant:
Inheritance graph
[legend]
Collaboration diagram for jlm::llvm::SCEVConstant:
Collaboration graph
[legend]

Public Member Functions

 SCEVConstant (const int64_t value)
 
int64_t GetValue () const
 
std::string DebugString () const override
 
std::unique_ptr< SCEVClone () const override
 
- Public Member Functions inherited from jlm::llvm::SCEV
virtual ~SCEV () noexcept=default
 

Static Public Member Functions

static std::unique_ptr< SCEVConstantCreate (const int64_t value)
 
static bool IsNonZero (const SCEVConstant *c)
 
- Static Public Member Functions inherited from jlm::llvm::SCEV
template<typename T >
static std::unique_ptr< T > CloneAs (const SCEV &scev)
 

Private Attributes

int64_t Value_
 

Detailed Description

Definition at line 137 of file ScalarEvolution.hpp.

Constructor & Destructor Documentation

◆ SCEVConstant()

jlm::llvm::SCEVConstant::SCEVConstant ( const int64_t  value)
inlineexplicit

Definition at line 140 of file ScalarEvolution.hpp.

Member Function Documentation

◆ Clone()

std::unique_ptr<SCEV> jlm::llvm::SCEVConstant::Clone ( ) const
inlineoverridevirtual

Implements jlm::llvm::SCEV.

Definition at line 157 of file ScalarEvolution.hpp.

◆ Create()

static std::unique_ptr<SCEVConstant> jlm::llvm::SCEVConstant::Create ( const int64_t  value)
inlinestatic

Definition at line 163 of file ScalarEvolution.hpp.

◆ DebugString()

std::string jlm::llvm::SCEVConstant::DebugString ( ) const
inlineoverridevirtual

Implements jlm::llvm::SCEV.

Definition at line 151 of file ScalarEvolution.hpp.

◆ GetValue()

int64_t jlm::llvm::SCEVConstant::GetValue ( ) const
inline

Definition at line 145 of file ScalarEvolution.hpp.

◆ IsNonZero()

static bool jlm::llvm::SCEVConstant::IsNonZero ( const SCEVConstant c)
inlinestatic

Definition at line 169 of file ScalarEvolution.hpp.

Member Data Documentation

◆ Value_

int64_t jlm::llvm::SCEVConstant::Value_
private

Definition at line 175 of file ScalarEvolution.hpp.


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