Home
last modified time | relevance | path

Searched defs:getSubdividedVectorType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h524 static VectorType *getSubdividedVectorType(VectorType *VTy, int NumSubdivs) { in getSubdividedVectorType() function
617 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
669 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DType.cpp93 VectorType *VectorType::getSubdividedVectorType(VectorType *VTy, in getSubdividedVectorType() function in VectorType
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h379 static FixedVectorType *getSubdividedVectorType(FixedVectorType *VTy, in getSubdividedVectorType() function
428 static ScalableVectorType *getSubdividedVectorType(ScalableVectorType *VTy, in getSubdividedVectorType() function