#include <Condition.hpp>
|
std::unique_ptr< Condition > | clone () const override |
| Creates and returns a deep copy of this .
|
|
Definition at line 200 of file Condition.hpp.
◆ SIMD() [1/4]
m::SIMD::SIMD |
( |
std::size_t |
num_simd_lanes | ) |
|
|
inlineexplicit |
◆ SIMD() [2/4]
◆ SIMD() [3/4]
m::SIMD::SIMD |
( |
const SIMD & |
| ) |
|
|
explicitdefault |
◆ SIMD() [4/4]
m::SIMD::SIMD |
( |
SIMD && |
| ) |
|
|
default |
◆ clone()
std::unique_ptr< Condition > m::SIMD::clone |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ implied_by()
bool m::SIMD::implied_by |
( |
const Condition & |
other | ) |
const |
|
inlineoverridevirtual |
◆ num_simd_lanes()
std::size_t m::SIMD::num_simd_lanes |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool m::Condition::operator!= |
( |
const Condition & |
other | ) |
const |
|
inlineinherited |
◆ operator==()
bool m::SIMD::operator== |
( |
const Condition & |
o | ) |
const |
|
inlineoverridevirtual |
◆ project_and_rename()
Inform this Condition
that Identifier
s were simultaneously projected and renamed according to the mapping old2new
, i.e.
afterwards, this Condition
does only consist of Identifier
s contained as second element of each pair in the mapping.
Implements m::Condition.
Definition at line 224 of file Condition.hpp.
◆ num_simd_lanes_
std::size_t m::SIMD::num_simd_lanes_ |
|
private |
The documentation for this struct was generated from the following file: