Method LLVMVectorType
LLVMVectorType(LLVMTypeRef, UInt32)
TODO: Provide summary for Function LLVMVectorType
Declaration
public static LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, uint ElementCount)
Parameters
public static LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, uint ElementCount)
LLVMTypeRef | ElementType | TODO: Provide details of parameter ElementType |
UInt32 | ElementCount | TODO: Provide details of parameter ElementCount |
Returns
LLVMTypeRef | TODO: Document return value |