UseValue

This module defines functions that allow you to inspect the uses of a LLVMValueRef.

It is possible to obtain an LLVMUseRef for any LLVMValueRef instance. Each LLVMUseRef (which corresponds to a llvm::Use instance) holds a llvm::User and llvm::Value.

struct UseValue {
LxUseValue value;
}

Alias This

value

Members

Functions

usedValue
Value usedValue()

Obtain the value this use corresponds to.

user
UserValue user()

Obtain the user value for a user.

Meta