Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h495 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function
558 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function
559 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
610 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function
611 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1240 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()
1465 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h969 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
970 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);