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.