Home
last modified time | relevance | path

Searched refs:LLVMVectorType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp402 const FixedVectorType *LLVMVectorType = in buildBoolRegister() local
404 Type = LLT::vector(LLVMVectorType->getElementCount(), 1); in buildBoolRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1647 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp884 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function