Searched refs:getDoubleElementsVectorType (Results 1 – 3 of 3) sorted by relevance
499 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()517 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function574 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function575 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()627 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function629 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
924 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in identifyNode()1955 auto *NewTy = VectorType::getDoubleElementsVectorType( in replaceNode()1977 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in replaceNode()1992 auto *NewMaskTy = VectorType::getDoubleElementsVectorType( in replaceNode()2017 auto *NewVTy = VectorType::getDoubleElementsVectorType(VTy); in processReductionOperation()
469 VectorType *WideVecTy = VectorType::getDoubleElementsVectorType(VecTy); in interleaveVectors()