Jlm
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
 

Private Attributes

int64_t Value_
 

Detailed Description

Definition at line 111 of file ScalarEvolution.hpp.

Constructor & Destructor Documentation

◆ SCEVConstant()

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

Definition at line 114 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 131 of file ScalarEvolution.hpp.

◆ DebugString()

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

Implements jlm::llvm::SCEV.

Definition at line 125 of file ScalarEvolution.hpp.

◆ GetValue()

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

Definition at line 119 of file ScalarEvolution.hpp.

Member Data Documentation

◆ Value_

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

Definition at line 137 of file ScalarEvolution.hpp.


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