Searched refs:m_to_mode (Results 1 – 2 of 2) sorted by relevance
145 CONSTEXPR truncating_store (scalar_int_mode to_mode) : m_to_mode (to_mode) {} in truncating_store()160 unsigned int element_bits = GET_MODE_BITSIZE (m_to_mode); in memory_scalar_type()169 return aarch64_sve_data_mode (m_to_mode, nunits).require (); in memory_vector_mode()173 scalar_int_mode m_to_mode; variable