Searched refs:getDoubleElementsVectorType (Results 1 – 2 of 2) sorted by relevance
484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()502 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function559 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function560 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()612 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function614 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
9212 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()