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

Method min

cranelift/bitset/src/scalar.rs:427–433  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

425 /// ```
426 #[inline]
427 pub fn min(&self) -> Option<u8> {
428 if self.0 == T::from(0) {
429 None
430 } else {
431 Some(self.0.trailing_zeros())
432 }
433 }
434
435 /// Return the largest number contained in the bitset or None if this bitset
436 /// is empty

Callers 15

parse_multilineFunction · 0.45
best_control_flowMethod · 0.45
pop_minMethod · 0.45
use_label_at_offsetMethod · 0.45
island_neededMethod · 0.45
emit_retval_loadsMethod · 0.45
exampleMethod · 0.45
bench_parallelFunction · 0.45
br_table32Method · 0.45
xmin32_uMethod · 0.45
xmin32_sMethod · 0.45
xmin64_uMethod · 0.45

Calls 2

fromFunction · 0.85
trailing_zerosMethod · 0.80

Tested by 1