LLVMGetUsedValue

Function LLVMGetUsedValue 

Source
pub unsafe extern "C" fn LLVMGetUsedValue(
    U: LLVMUseRef,
) -> LLVMValueRef
Expand description

Obtain the value this use corresponds to.

@see llvm::Use::get().