Table of Contents

Property IsResolved

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

IsResolved

Gets a value indicating whether this node is resolved

public bool IsResolved { get; }

Property Value

bool

Remarks

If IsTemporary is true, then this always returns false; if IsDistinct is true, this always returns true.

If IsUniqued is true then this returns true if this node has already dropped RAUW support (because all operands are resolved).