Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()