Method LLVMConstBitCast
LLVMConstBitCast(LLVMValueRef, LLVMTypeRef)
TODO: Provide summary for Function LLVMConstBitCast
Declaration
public static LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)
Parameters
public static LLVMValueRef LLVMConstBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)
LLVMValueRef | ConstantVal | TODO: Provide details of parameter ConstantVal |
LLVMTypeRef | ToType | TODO: Provide details of parameter ToType |
Returns
LLVMValueRef | TODO: Document return value |