Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h483 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function
550 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
553 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
601 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
604 VectorType::getSubdividedVectorType(VTy, NumSubdivs)); in getSubdividedVectorType()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1424 return VectorType::getSubdividedVectorType(VTy, SubDivs); in DecodeFixedType()
1782 NewTy = VectorType::getSubdividedVectorType(VTy, SubDivs); in matchIntrinsicType()