dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
IncomingPair
llvm_hiwrap
value
phi
The incoming value can be represenented as either a Value or BasicBlock.
struct
IncomingPair {
import
llvm_hiwrap
.
value
.
basic_block
;
;
BasicBlock
block
;
LxValue
value
;
}
Members
Variables
block
BasicBlock
block
;
Undocumented in source.
value
LxValue
value
;
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
value
phi
structs
IncomingBlocksRange
IncomingPair
PhiValue
The incoming value can be represenented as either a Value or BasicBlock.