Home
last modified time | relevance | path

Searched refs:RemainderTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp116 Type *RemainderTy = nullptr; member
119 return RemainderTy && I == NumFragments - 1 ? RemainderTy : SplitTy; in getFragmentType()
246 if (I == VS.NumFragments - 1 && VS.RemainderTy) { in concatenate()
565 Split.RemainderTy = ElemTy; in getVectorSplit()
585 (VS->RemainderTy && !DL.typeSizeEqualsStoreSize(VS->RemainderTy))) in getVectorLayout()
727 Tys[0] = VS->RemainderTy; in splitCall()
884 if (!DstVS || !SrcVS || DstVS->RemainderTy || SrcVS->RemainderTy) in visitBitCastInst()
981 if (Fragment == VS->NumFragments - 1 && VS->RemainderTy && in visitInsertElementInst()
982 !VS->RemainderTy->isVectorTy()) in visitInsertElementInst()
1027 if (Fragment == VS->NumFragments - 1 && VS->RemainderTy && in visitExtractElementInst()
[all …]