Searched refs:LLVMVecTy (Results 1 – 1 of 1) sorted by relevance
295 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local296 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()299 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()364 const FixedVectorType *LLVMVecTy = cast<FixedVectorType>(LLVMTy); in getOrCreateConsIntVector() local365 Type *LLVMBaseTy = LLVMVecTy->getElementType(); in getOrCreateConsIntVector()368 ConstantVector::getSplat(LLVMVecTy->getElementCount(), ConstInt); in getOrCreateConsIntVector()