fn chosen_switch_value(
path: &Path,
block: BasicBlock,
terminator: &Terminator<'_>,
) -> Option<u128>Expand description
Return the concrete SwitchInt value that selects the next path block.
fn chosen_switch_value(
path: &Path,
block: BasicBlock,
terminator: &Terminator<'_>,
) -> Option<u128>Return the concrete SwitchInt value that selects the next path block.