OperandsValue2

It is statically known that the operands are all MDNode's wrapping values because this is derived from a named metadata.

See Core.cpp function LLVMMDStringInContext in the llvm source code.

Constructors

this
this(ResolvedNamedMetadataValue v)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
MetadataNodeValue opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IndexedRangeX!MetadataNodeValue
Undocumented in source.

Mixed In Members

From mixin IndexedRangeX!MetadataNodeValue

front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta