PointerType class.
More...
#include <types.hpp>
|
| constexpr | Type () noexcept |
| |
PointerType class.
This operator is the Jlm equivalent of LLVM's PointerType class.
Definition at line 24 of file types.hpp.
◆ ~PointerType()
| jlm::llvm::PointerType::~PointerType |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ PointerType()
| jlm::llvm::PointerType::PointerType |
( |
| ) |
|
|
default |
◆ ComputeHash()
| std::size_t jlm::llvm::PointerType::ComputeHash |
( |
| ) |
const |
|
overridevirtualnoexcept |
Computes a hash value for the instance of the type.
- Returns
- A hash value.
Implements jlm::rvsdg::Type.
Definition at line 33 of file types.cpp.
◆ Create()
| std::shared_ptr< const PointerType > jlm::llvm::PointerType::Create |
( |
| ) |
|
|
static |
◆ debug_string()
| std::string jlm::llvm::PointerType::debug_string |
( |
| ) |
const |
|
overridevirtual |
◆ Kind()
◆ operator==()
The documentation for this class was generated from the following files: