Home
last modified time | relevance | path

Searched refs:getSubdividedVectorType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h497 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function
564 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
567 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
615 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
618 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1450 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1745 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()