Value

Alias This

value

Members

Functions

asBasicBlock
auto asBasicBlock()

Convert to a basic block.

id
size_t id()

Uses the pointer as a unique identifier.

isBasicBlock
bool isBasicBlock()

Determine whether an LLVMValueRef is itself a basic block.

isConstant
bool isConstant()

Determine whether the specified value instance is constant.

isUndefined
bool isUndefined()

Determine whether a value instance is undefined.

kind
LxValueKind kind()

Obtain the enumerated type of a Value instance.

spelling
LxMessage spelling()

Obtain the string name of a value.

type
Type type()

Obtain the type of a value.

uses
auto uses()

Meta