Searched refs:DynamicVectorType (Results 1 – 2 of 2) sorted by relevance
21 DynamicVector(DynamicVectorType),106 impl From<DynamicVectorType> for ValueType {107 fn from(vector: DynamicVectorType) -> Self { in from()209 ValueType::DynamicVector(DynamicVectorType::new(self, lanes.into())) in to_dynamic()353 pub(crate) struct DynamicVectorType { struct358 impl DynamicVectorType { implementation404 impl fmt::Display for DynamicVectorType { implementation410 impl fmt::Debug for DynamicVectorType { implementation
42 .map(|(ty, lanes)| cdsl_types::DynamicVectorType::new(ty, lanes)) in emit_dynamic_vectors()