rustc_codegen_llvm::llvm_::ffi

Function LLVMConstBitCast

Source
pub unsafe extern "C" fn LLVMConstBitCast<'a>(
    ConstantVal: &'a Value,
    ToType: &'a Type,
) -> &'a Value