dextool v3.3.0 (2021-06-08T20:46:23Z)
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.