Searched refs:getDoubleElementsVectorType (Results 1 – 3 of 3) sorted by relevance
485 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()503 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function560 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function561 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()613 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function615 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
115 VectorType::getDoubleElementsVectorType(V4Int64Ty)); in TEST()210 VectorType::getDoubleElementsVectorType(ScV4Int64Ty)); in TEST()
9350 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()