Searched refs:getHalfElementsVectorType (Results 1 – 3 of 3) sorted by relevance
492 static VectorType *getHalfElementsVectorType(VectorType *VTy) { in getHalfElementsVectorType() function555 static FixedVectorType *getHalfElementsVectorType(FixedVectorType *VTy) { in getHalfElementsVectorType() function556 return cast<FixedVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()607 getHalfElementsVectorType(ScalableVectorType *VTy) { in getHalfElementsVectorType() function608 return cast<ScalableVectorType>(VectorType::getHalfElementsVectorType(VTy)); in getHalfElementsVectorType()
1252 return VectorType::getHalfElementsVectorType(cast<VectorType>( in DecodeFixedType()1489 VectorType::getHalfElementsVectorType( in matchIntrinsicType()
996 Type *SplitDstTy = VectorType::getHalfElementsVectorType(DstVTy);997 Type *SplitSrcTy = VectorType::getHalfElementsVectorType(SrcVTy);