pub unsafe extern "C" fn LLVMGetIncomingValue(
PhiNode: LLVMValueRef,
Index: c_uint,
) -> LLVMValueRefExpand description
Obtain an incoming value to a PHI node as an LLVMValueRef.
pub unsafe extern "C" fn LLVMGetIncomingValue(
PhiNode: LLVMValueRef,
Index: c_uint,
) -> LLVMValueRefObtain an incoming value to a PHI node as an LLVMValueRef.