LLVMGetNextUse

Obtain the next use of a value.

This effectively advances the iterator. It returns NULL if you are on the final use and no more are available.

extern (C) nothrow
LLVMUseRef
LLVMGetNextUse
(
LLVMUseRef U
)

Meta