Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h497 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() argument
498 for (int i = 0; i < NumSubdivs; ++i) { in getSubdividedVectorType()
565 int NumSubdivs) { in getSubdividedVectorType() argument
567 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
616 int NumSubdivs) { in getSubdividedVectorType() argument
618 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()