Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h484 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
502 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function
559 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function
560 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
612 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function
614 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9212 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()