Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1381 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1652 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()