Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h493 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function
556 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function
557 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
608 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function
609 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1427 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()
1668 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1108 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
1109 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);