Searched refs:LLVMVectorType (Results 1 – 3 of 3) sorted by relevance
286 const FixedVectorType *LLVMVectorType = in buildBoolRegister() local288 Type = LLT::vector(LLVMVectorType->getElementCount(), 1); in buildBoolRegister()
1598 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
856 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function