pub unsafe extern "C" fn LLVMBuildIntCast(
arg1: LLVMBuilderRef,
Val: LLVMValueRef,
DestTy: LLVMTypeRef,
Name: *const c_char,
) -> LLVMValueRefExpand description
Deprecated: This cast is always signed. Use LLVMBuildIntCast2 instead.
pub unsafe extern "C" fn LLVMBuildIntCast(
arg1: LLVMBuilderRef,
Val: LLVMValueRef,
DestTy: LLVMTypeRef,
Name: *const c_char,
) -> LLVMValueRefDeprecated: This cast is always signed. Use LLVMBuildIntCast2 instead.