Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DVectorTypesTest.cpp109 VectorType::getHalfElementsVectorType(V4Int64Ty)); in TEST()
204 VectorType::getHalfElementsVectorType(ScV4Int64Ty)); in TEST()
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1334 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()
1588 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1045 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);
1046 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);