Searched refs:getHalfElementsVectorType (Results 1 – 4 of 4) sorted by relevance
507 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function570 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function571 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()622 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function623 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
1453 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()1680 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
1168 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);1169 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);
28527 auto *HalfTy = VectorType::getHalfElementsVectorType(Ty); in createComplexDeinterleavingIR()