dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
IncomingBlocksRange
llvm_hiwrap
value
phi
Undocumented in source.
struct
IncomingBlocksRange {
import
llvm
;
;
import
llvm_hiwrap
.
value
.
basic_block
;
;
const
size_t
length
;
this
(PhiValue v);
IncomingPair
opIndex
(size_t index);
import
llvm_hiwrap
.
util
;
;
mixin
IndexedRangeX
!
IncomingPair
;
}
Constructors
this
this
(PhiValue v)
Undocumented in source.
Members
Functions
opIndex
IncomingPair
opIndex
(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
IndexedRangeX
!
IncomingPair
Undocumented in source.
Variables
length
size_t
length
;
Undocumented in source.
Meta
Source
See Implementation
llvm_hiwrap
value
phi
structs
IncomingBlocksRange
IncomingPair
PhiValue