Searched refs:getHalfElementsVectorType (Results 1 – 4 of 4) sorted by relevance
493 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function556 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function557 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()608 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function609 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
109 VectorType::getHalfElementsVectorType(V4Int64Ty)); in TEST()204 VectorType::getHalfElementsVectorType(ScV4Int64Ty)); in TEST()
1334 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()1588 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
1045 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);1046 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);