Home
last modified time | relevance | path

Searched refs:singleton_type (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/meta/src/cdsl/
H A Dinstructions.rs386 || tv.singleton_type().is_some() in verify_polymorphic()
H A Dtypevar.rs123 pub fn singleton_type(&self) -> Option<ValueType> { in singleton_type() method
137 match self.singleton_type() { in free_typevar()
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dgen_inst.rs791 if let Some(typ) = type_var.singleton_type() { in get_constraint()