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.cpp451 const FixedVectorType *LLVMVectorType = in buildBoolRegister() local
453 Type = LLT::vector(LLVMVectorType->getElementCount(), 1); in buildBoolRegister()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1703 LLVM_C_ABI LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp883 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function