structstd.zig.llvm.Builder.Function.Instruction.Switch[src]

Fields

val: Value
default: Block.Index
cases_len: u32
weights: BrCond.Weights

Source Code

Source code
pub const Switch = struct {
    val: Value,
    default: Block.Index,
    cases_len: u32,
    weights: BrCond.Weights,
    //case_vals: [cases_len]Constant,
    //case_blocks: [cases_len]Block.Index,
}