Method LLVMConstIntOfArbitraryPrecision
LLVMConstIntOfArbitraryPrecision(LLVMTypeRef, UInt32, UInt64[])
TODO: Provide summary for Function LLVMConstIntOfArbitraryPrecision
Declaration
public static LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, uint NumWords, ulong[] Words)
Parameters
public static LLVMValueRef LLVMConstIntOfArbitraryPrecision(LLVMTypeRef IntTy, uint NumWords, ulong[] Words)
LLVMTypeRef | IntTy | TODO: Provide details of parameter IntTy |
UInt32 | NumWords | TODO: Provide details of parameter NumWords |
UInt64[] | Words | TODO: Provide details of parameter Words |
Returns
LLVMValueRef | TODO: Document return value |