Home
last modified time | relevance | path

Searched refs:getSubdividedVectorType (Results 1 – 2 of 2) 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() function
552 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
555 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
603 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
606 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1237 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1551 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()