MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / ints

Method ints

cranelift/codegen/meta/src/cdsl/typevar.rs:581–585  ·  view source on GitHub ↗
(mut self, interval: impl Into<Interval>)

Source from the content-addressed store, hash-verified

579 }
580
581 pub fn ints(mut self, interval: impl Into<Interval>) -> Self {
582 assert!(self.ints == Interval::None);
583 self.ints = interval.into();
584 self
585 }
586 pub fn floats(mut self, interval: impl Into<Interval>) -> Self {
587 assert!(self.floats == Interval::None);
588 self.floats = interval.into();

Callers 11

define_control_flowFunction · 0.80
define_simd_lane_accessFunction · 0.80
define_simd_arithmeticFunction · 0.80
defineFunction · 0.80
new_singletonMethod · 0.80
test_typevar_builderFunction · 0.80
test_as_truthyFunction · 0.80
test_typevar_functionsFunction · 0.80

Calls

no outgoing calls