Searched refs:getDoubleElementsVectorType (Results 1 – 2 of 2) sorted by relevance
487 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()505 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function562 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function563 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()615 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function617 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
9132 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()