GCC Middle and Back End API Reference
|
#include <machmode.h>
Public Types | |
typedef mode_traits< scalar_mode >::from_int | from_int |
typedef unsigned short | measurement_type |
Public Member Functions | |
ALWAYS_INLINE | scalar_mode () |
ALWAYS_INLINE CONSTEXPR | scalar_mode (from_int m) |
ALWAYS_INLINE CONSTEXPR | scalar_mode (const scalar_int_mode &m) |
ALWAYS_INLINE CONSTEXPR | scalar_mode (const scalar_float_mode &m) |
ALWAYS_INLINE CONSTEXPR | scalar_mode (const scalar_int_mode_pod &m) |
ALWAYS_INLINE CONSTEXPR | operator machine_mode () const |
Static Public Member Functions | |
static bool | includes_p (machine_mode) |
Protected Attributes | |
machine_mode | m_mode |
Represents a machine mode that is known to be scalar.
mode_traits<scalar_mode>::from_int scalar_mode::from_int |
unsigned short scalar_mode::measurement_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Return true if M represents some kind of scalar value.
References GET_MODE_CLASS.
|
inline |
References m_mode.
|
protected |
Referenced by operator machine_mode().