Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp295 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local
296 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()
299 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()
364 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local
365 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()
368 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()