Searched refs:TypeSet (Results 1 – 2 of 2) sorted by relevance
32 type_set: TypeSet,384 pub(crate) struct TypeSet { struct391 impl TypeSet { argument423 fn lane_of(&self) -> TypeSet { in lane_of() argument430 fn as_truthy(&self) -> TypeSet { in as_truthy() argument447 fn half_width(&self) -> TypeSet { in half_width() argument455 fn double_width(&self) -> TypeSet { in double_width() argument468 fn half_vector(&self) -> TypeSet { in half_vector() argument527 impl fmt::Debug for TypeSet { implementation606 pub fn build(self) -> TypeSet { in build() argument[all …]
7 use crate::cdsl::typevar::{TypeSet, TypeVar};786 type_sets: &'table mut UniqueTable<'entries, TypeSet>, in get_constraint() argument834 fn typeset_to_string(ts: &TypeSet) -> String { in typeset_to_string()847 pub(crate) fn gen_typesets_table(type_sets: &UniqueTable<TypeSet>, fmt: &mut Formatter) { in gen_typesets_table() argument