sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
SwitchTable
d
ir
instruction
Undocumented in source.
struct
SwitchTable {
BasicBlockRef
defaultBlock
;
uint
entryCount
;
inout
(
CaseEntry
)[]
cases
[@property getter];
}
Members
Properties
cases
inout
(
CaseEntry
)[]
cases
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
defaultBlock
BasicBlockRef
defaultBlock
;
Undocumented in source.
entryCount
uint
entryCount
;
Undocumented in source.
Meta
Source
See Implementation
d
ir
instruction
enums
OpCode
Terminator
functions
range
structs
BasicBlock
BasicBlockRef
Body
CaseEntry
CatchPad
CatchTable
Instruction
SwitchTable