Searched refs:LLVMVectorType (Results 1 – 6 of 6) sorted by relevance
98 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
147 return LLVMVectorType( in Clone()
1492 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
586 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
684 t.C = C.LLVMVectorType(elementType.C, C.unsigned(elementCount))
802 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function