#include <types.hpp>
|
| constexpr | Type () noexcept |
| |
Definition at line 336 of file types.hpp.
◆ VectorType() [1/3]
| jlm::llvm::VectorType::VectorType |
( |
std::shared_ptr< const Type > |
type, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ VectorType() [2/3]
| jlm::llvm::VectorType::VectorType |
( |
const VectorType & |
other | ) |
|
|
default |
◆ VectorType() [3/3]
| jlm::llvm::VectorType::VectorType |
( |
VectorType && |
other | ) |
|
|
default |
◆ Kind()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ size()
| size_t jlm::llvm::VectorType::size |
( |
| ) |
const |
|
inlinenoexcept |
◆ type()
| const rvsdg::Type& jlm::llvm::VectorType::type |
( |
| ) |
const |
|
inlinenoexcept |
◆ Type()
| const std::shared_ptr<const rvsdg::Type>& jlm::llvm::VectorType::Type |
( |
| ) |
const |
|
inlinenoexcept |
◆ size_
| size_t jlm::llvm::VectorType::size_ |
|
private |
◆ type_
| std::shared_ptr<const rvsdg::Type> jlm::llvm::VectorType::type_ |
|
private |
The documentation for this class was generated from the following files: