Searched refs:getHalfElementsVectorType (Results 1 – 3 of 3) 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()
1427 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()1668 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
1108 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);1109 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);