Searched refs:getSubdividedVectorType (Results 1 – 2 of 2) sorted by relevance
497 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function564 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function567 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()615 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function618 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
1450 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()1745 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()