Searched refs:RemainderTy (Results 1 – 1 of 1) sorted by relevance
116 Type *RemainderTy = nullptr; member119 return RemainderTy && I == NumFragments - 1 ? RemainderTy : SplitTy; in getFragmentType()246 if (I == VS.NumFragments - 1 && VS.RemainderTy) { in concatenate()247 if (auto *RemVecTy = dyn_cast<FixedVectorType>(VS.RemainderTy)) in concatenate()563 Split.RemainderTy = FixedVectorType::get(ElemTy, RemainderElems); in getVectorSplit()565 Split.RemainderTy = ElemTy; in getVectorSplit()585 (VS->RemainderTy && !DL.typeSizeEqualsStoreSize(VS->RemainderTy))) in getVectorLayout()723 bool IsRemainder = I == VS->NumFragments - 1 && VS->RemainderTy; in splitCall()727 Tys[0] = VS->RemainderTy; in splitCall()884 if (!DstVS || !SrcVS || DstVS->RemainderTy || SrcVS->RemainderTy) in visitBitCastInst()[all …]