<div dir="ltr">I have a list of arguments for a CallInst that I would like to pass to another compiled LLVM function with execEngine->runFunction(). How can I convert all the Values to GenericValues for runFunction?<div><br></div><div>Some example arguments are types %struct.CPUARMState* %env, %struct.ARMCPRegInfo*, and i64.<br><div><div><br></div><div>I can use LLVMCreateGenericValueOfPointer for the pointer arguments, but I don't know how to convert the i64. </div></div></div><div><br></div><div>Thanks!</div></div>