Searched refs:VectorType (Results 1 – 3 of 3) sorted by relevance
20 Vector(VectorType),99 impl From<VectorType> for ValueType {100 fn from(vector: VectorType) -> Self { in from()204 ValueType::Vector(VectorType::new(self, lanes.into())) in by()284 pub(crate) struct VectorType { struct289 impl VectorType { implementation331 impl fmt::Display for VectorType { implementation337 impl fmt::Debug for VectorType { implementation
927 use crate::cdsl::types::VectorType; in test_typevar_singleton()938 let typevar = TypeVar::new_singleton(ValueType::Vector(VectorType::new( in test_typevar_singleton()
29 .map(|(ty, lanes)| cdsl_types::VectorType::new(ty, lanes)) in emit_vectors()