Jlm
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Private Member Functions | List of all members
jlm::llvm::IntToPtrOperation Class Referencefinal

#include <ConversionOperations.hpp>

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

Public Member Functions

 ~IntToPtrOperation () noexcept override
 
 IntToPtrOperation (std::shared_ptr< const rvsdg::BitType > operandType, std::shared_ptr< const PointerType >)
 
 IntToPtrOperation (const std::shared_ptr< const rvsdg::Type > &operandType, const std::shared_ptr< const rvsdg::Type > &)
 
bool operator== (const Operation &other) const noexcept override
 
std::string debug_string () const override
 
std::unique_ptr< Operation > copy () const override
 
size_t nbits () const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::UnaryOperation
 ~UnaryOperation () noexcept override
 
 UnaryOperation (std::shared_ptr< const Type > operand, std::shared_ptr< const Type > result)
 
- Public Member Functions inherited from jlm::rvsdg::SimpleOperation
 ~SimpleOperation () noexcept override
 
 SimpleOperation (std::vector< std::shared_ptr< const jlm::rvsdg::Type > > operands, std::vector< std::shared_ptr< const jlm::rvsdg::Type > > results)
 
size_t narguments () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & argument (size_t index) const noexcept
 
size_t nresults () const noexcept
 
const std::shared_ptr< const rvsdg::Type > & result (size_t index) const noexcept
 
- Public Member Functions inherited from jlm::rvsdg::Operation
virtual ~Operation () noexcept
 
virtual bool operator== (const Operation &other) const noexcept=0
 
bool operator!= (const Operation &other) const noexcept
 

Static Public Member Functions

static std::unique_ptr< ThreeAddressCodecreate (const Variable *argument)
 
static rvsdg::Outputcreate (rvsdg::Output *operand)
 

Static Private Member Functions

static std::shared_ptr< const rvsdg::BitTypecheckAndExtractOperandType (const std::shared_ptr< const rvsdg::Type > &operandType)
 

Detailed Description

Definition at line 634 of file ConversionOperations.hpp.

Constructor & Destructor Documentation

◆ ~IntToPtrOperation()

jlm::llvm::IntToPtrOperation::~IntToPtrOperation ( )
overridedefaultnoexcept

◆ IntToPtrOperation() [1/2]

jlm::llvm::IntToPtrOperation::IntToPtrOperation ( std::shared_ptr< const rvsdg::BitType operandType,
std::shared_ptr< const PointerType  
)
inlineexplicit

Definition at line 641 of file ConversionOperations.hpp.

◆ IntToPtrOperation() [2/2]

jlm::llvm::IntToPtrOperation::IntToPtrOperation ( const std::shared_ptr< const rvsdg::Type > &  operandType,
const std::shared_ptr< const rvsdg::Type > &   
)
inlineexplicit

Definition at line 649 of file ConversionOperations.hpp.

Member Function Documentation

◆ checkAndExtractOperandType()

static std::shared_ptr< const rvsdg::BitType > jlm::llvm::IntToPtrOperation::checkAndExtractOperandType ( const std::shared_ptr< const rvsdg::Type > &  operandType)
inlinestaticprivate

Definition at line 690 of file ConversionOperations.hpp.

◆ copy()

std::unique_ptr< rvsdg::Operation > jlm::llvm::IntToPtrOperation::copy ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 290 of file ConversionOperations.cpp.

◆ create() [1/2]

static std::unique_ptr< ThreeAddressCode > jlm::llvm::IntToPtrOperation::create ( const Variable argument)
inlinestatic

Definition at line 673 of file ConversionOperations.hpp.

◆ create() [2/2]

static rvsdg::Output * jlm::llvm::IntToPtrOperation::create ( rvsdg::Output operand)
inlinestatic

Definition at line 681 of file ConversionOperations.hpp.

◆ debug_string()

std::string jlm::llvm::IntToPtrOperation::debug_string ( ) const
overridevirtual

Implements jlm::rvsdg::Operation.

Definition at line 284 of file ConversionOperations.cpp.

◆ nbits()

size_t jlm::llvm::IntToPtrOperation::nbits ( ) const
inlinenoexcept

Definition at line 667 of file ConversionOperations.hpp.

◆ operator==()

bool jlm::llvm::IntToPtrOperation::operator== ( const Operation &  other) const
overridenoexcept

Definition at line 277 of file ConversionOperations.cpp.


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