Searched defs:LLVMVectorType (Results 1 – 2 of 2) sorted by relevance
1077 pub fn LLVMVectorType(ElementType: &Type, ElementCount: c_uint) -> &Type; in LLVMVectorType() function
751 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function