Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp537 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConstVector() local
538 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector()
542 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstVal); in getOrCreateConstVector()
556 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConstVector() local
557 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector()
561 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstVal); in getOrCreateConstVector()
637 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local
638 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()
641 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()