ΒΆLLVMValueRef LLVMGetParamParent(LLVMValueRef Inst)
LLVMValueRef LLVMGetParamParent(LLVMValueRef Inst)
Description
Obtain the function to which this argument belongs. Unlike other functions in this group, this one takes an LLVMValueRef that corresponds to a llvm::Attribute. The returned LLVMValueRef is the llvm::Function to which this argument belongs.
Declared at: llvm/include/llvm-c/Core.h:2589
Parameters
- LLVMValueRef Inst