ΒΆbool isLegalVectorType(
    clang::CodeGen::CodeGenModule& CGM,
    clang::CharUnits vectorSize,
    llvm::VectorType* vectorTy)

Description

Is the given vector type "legal" for Swift's perspective on the current platform?

Declared at: clang/include/clang/CodeGen/SwiftCallingConv.h:139

Parameters

clang::CodeGen::CodeGenModule& CGM
clang::CharUnits vectorSize
llvm::VectorType* vectorTy