Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h483 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() argument
484 for (int i = 0; i < NumSubdivs; ++i) { in getSubdividedVectorType()
551 int NumSubdivs) { in getSubdividedVectorType() argument
553 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
602 int NumSubdivs) { in getSubdividedVectorType() argument
604 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()