ΒΆLLVMUseRef LLVMGetFirstUse(LLVMValueRef Val)
LLVMUseRef LLVMGetFirstUse(LLVMValueRef Val)
Description
Obtain the first use of a value. Uses are obtained in an iterator fashion. First, call this function to obtain a reference to the first use. Then, call LLVMGetNextUse() on that instance and all subsequently obtained instances until LLVMGetNextUse() returns NULL.
Declared at: llvm/include/llvm-c/Core.h:1728
Parameters
- LLVMValueRef Val