Searched refs:getSubdividedVectorType (Results 1 – 2 of 2) sorted by relevance
485 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function552 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function555 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()603 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function606 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
1237 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()1551 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()