Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h487 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
505 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function
562 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function
563 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
615 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function
617 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp9132 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()