Searched refs:LLVMVectorType (Results 1 – 6 of 6) sorted by relevance
99 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
143 return LLVMVectorType( in Clone()
1461 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))
787 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function