Searched refs:LLVMVectorType (Results 1 – 6 of 6) sorted by relevance
98 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
147 return LLVMVectorType( in Clone()
285 const FixedVectorType *LLVMVectorType = in buildBoolRegister() local287 Type = LLT::vector(LLVMVectorType->getElementCount(), 1); in buildBoolRegister()
1504 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
585 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
803 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function