Searched defs:VectorSplit (Results 1 – 1 of 1) sorted by relevance
79 struct VectorSplit { struct81 FixedVectorType *VecTy = nullptr;84 unsigned NumPacked = 0;88 unsigned NumFragments = 0;91 Type *SplitTy = nullptr;95 Type *RemainderTy = nullptr;97 Type *getFragmentType(unsigned I) const { in getFragmentType()