Method LLVMConstTruncOrBitCast
LLVMConstTruncOrBitCast(LLVMValueRef, LLVMTypeRef)
TODO: Provide summary for Function LLVMConstTruncOrBitCast
Declaration
public static LLVMValueRef LLVMConstTruncOrBitCast(LLVMValueRef ConstantVal, LLVMTypeRef ToType)
Parameters
public static LLVMValueRef LLVMConstTruncOrBitCast(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 |