dextool v4.1.0 (2022-02-08T10:56:02Z)
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.