MCPcopy Create free account
hub / github.com/MultiFuzz/MultiFuzz / LoadMetadata

Class LoadMetadata

hail-fuzz/src/load_resizer.rs:517–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515
516#[derive(Debug, Copy, Clone, PartialEq, Eq)]
517pub struct LoadMetadata {
518 /// The offset of the load expression in the pcode array.
519 offset: usize,
520 /// The minimum bit of the load that persists outside of the current block.
521 min_bit: u8,
522 /// The maximum bit of the load that persists outside of the current block.
523 max_bit: u8,
524}
525
526impl LoadMetadata {
527 fn add_use(&mut self, new_use: &Use) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected