Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h482 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function
549 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
552 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
600 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
603 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1249 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1581 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()