Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h485 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() argument
486 for (int i = 0; i < NumSubdivs; ++i) { in getSubdividedVectorType()
553 int NumSubdivs) { in getSubdividedVectorType() argument
555 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
604 int NumSubdivs) { in getSubdividedVectorType() argument
606 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()