Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h485 VTy = VectorType::getDoubleElementsVectorType(VTy); in getSubdividedVectorType()
503 static VectorType *getDoubleElementsVectorType(VectorType *VTy) { in getDoubleElementsVectorType() function
560 static FixedVectorType *getDoubleElementsVectorType(FixedVectorType *VTy) { in getDoubleElementsVectorType() function
561 return cast<FixedVectorType>(VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
613 getDoubleElementsVectorType(ScalableVectorType *VTy) { in getDoubleElementsVectorType() function
615 VectorType::getDoubleElementsVectorType(VTy)); in getDoubleElementsVectorType()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp115 VectorType::getDoubleElementsVectorType(V4Int64Ty)); in TEST()
210 VectorType::getDoubleElementsVectorType(ScV4Int64Ty)); in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBuiltin.cpp9350 auto TupleTy = llvm::VectorType::getDoubleElementsVectorType(VTy); in EmitAArch64SVEBuiltinExpr()