Module uses

Source
Expand description

Defines functions that allow to inspect the uses of a ValueRef.

Structs§

UseRef
LLVM UseRef wrapper

Functions§

get_first_use
Obtain the first use of a value.
get_next_use
Obtain the next use of a value.
get_num_operands
Obtain the number of operands in a LLVM User value.
get_operand
Obtain an operand at a specific index in a LLVM User value.
get_operand_use
Obtain the use of an operand at a specific index in a LLVM User value.
get_used_value
Obtain the value this use corresponds to.
get_user
Obtain the user value for a user.
set_operand
Set an operand at a specific index in a LLVM User value.