Home
last modified time | relevance | path

Searched refs:OpcodeConstraints (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dinstructions.rs311 pub fn constraints(self) -> OpcodeConstraints { in constraints() argument
699 pub struct OpcodeConstraints { struct
729 impl OpcodeConstraints { implementation
H A Ddfg.rs1144 Constraints(ir::instructions::OpcodeConstraints, Type, usize), in inst_result_types()