Searched refs:getHalfElementsVectorType (Results 1 – 3 of 3) sorted by relevance
495 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function558 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function559 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()610 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function611 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
1240 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()1465 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
969 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);970 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);