Expand description
Defines functions that allow to inspect the uses
of a ValueRef.
Structs§
- LLVM
UseRefwrapper
Functions§
- Obtain the first use of a value.
- Obtain the next use of a value.
- Obtain the number of operands in a
LLVM Uservalue. - Obtain an operand at a specific index in a
LLVM Uservalue. - Obtain the use of an operand at a specific index in a
LLVM Uservalue. - Obtain the value this use corresponds to.
- Obtain the user value for a user.
- Set an operand at a specific index in a
LLVM Uservalue.