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.cpp446 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConstVector() local
447 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector()
451 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstVal); in getOrCreateConstVector()
465 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConstVector() local
466 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConstVector()
470 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstVal); in getOrCreateConstVector()
545 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local
546 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()
549 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()