Searched defs:VectorSplit (Results 1 – 1 of 1) sorted by relevance
100 struct VectorSplit { struct102 FixedVectorType *VecTy = nullptr;105 unsigned NumPacked = 0;109 unsigned NumFragments = 0;112 Type *SplitTy = nullptr;116 Type *RemainderTy = nullptr;118 Type *getFragmentType(unsigned I) const { in getFragmentType()