#include <types.hpp>
|
| constexpr | Type () noexcept |
| |
Definition at line 383 of file types.hpp.
◆ ~FixedVectorType()
| jlm::llvm::FixedVectorType::~FixedVectorType |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ FixedVectorType()
| jlm::llvm::FixedVectorType::FixedVectorType |
( |
std::shared_ptr< const rvsdg::Type > |
type, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ ComputeHash()
| std::size_t jlm::llvm::FixedVectorType::ComputeHash |
( |
| ) |
const |
|
overridevirtualnoexcept |
Computes a hash value for the instance of the type.
- Returns
- A hash value.
Implements jlm::rvsdg::Type.
Definition at line 281 of file types.cpp.
◆ Create()
| static std::shared_ptr<const FixedVectorType> jlm::llvm::FixedVectorType::Create |
( |
std::shared_ptr< const rvsdg::Type > |
type, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
◆ debug_string()
| std::string jlm::llvm::FixedVectorType::debug_string |
( |
| ) |
const |
|
overridevirtual |
◆ operator==()
| bool jlm::llvm::FixedVectorType::operator== |
( |
const jlm::rvsdg::Type & |
other | ) |
const |
|
overridevirtualnoexcept |
The documentation for this class was generated from the following files: