Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h348 int NumSubdivs);
380 int NumSubdivs) { in getSubdividedVectorType() argument
382 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
429 int NumSubdivs) { in getSubdividedVectorType() argument
431 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h524 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() argument
525 for (int i = 0; i < NumSubdivs; ++i) { in getSubdividedVectorType()
618 int NumSubdivs) { in getSubdividedVectorType() argument
620 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
670 int NumSubdivs) { in getSubdividedVectorType() argument
672 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp94 int NumSubdivs) { in getSubdividedVectorType() argument
97 cast<llvm::VectorType>(VTy->LLVMTy), NumSubdivs))); in getSubdividedVectorType()