Table of Contents

Class ValueAsMetadata

Namespace
Ubiquity.NET.Llvm.Metadata
Assembly
Ubiquity.NET.Llvm.dll

Used to wrap an Value in the IrMetadata hierarchy

public class ValueAsMetadata : IrMetadata, IEquatable<IrMetadata>
Inheritance
ValueAsMetadata
Implements
Derived
Inherited Members

Properties

Context

Gets the Context for the Value this node wraps

Type

Gets the type of Value this node wraps

Value

Gets the Value this node wraps

Operators

implicit operator Value?(ValueAsMetadata)

Implicit conversion to Value