rustc_codegen_llvm::llvm

Function LLVMVectorType

Source
pub unsafe extern "C" fn LLVMVectorType(
    ElementType: &Type,
    ElementCount: c_uint,
) -> &Type