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.cpp95 Type *RemainderTy = nullptr; member
98 return RemainderTy && I == NumFragments - 1 ? RemainderTy : SplitTy; in getFragmentType()
243 if (I == VS.NumFragments - 1 && VS.RemainderTy) { in concatenate()
244 if (auto *RemVecTy = dyn_cast<FixedVectorType>(VS.RemainderTy)) in concatenate()
594 Split.RemainderTy = FixedVectorType::get(ElemTy, RemainderElems); in getVectorSplit()
596 Split.RemainderTy = ElemTy; in getVectorSplit()
616 (VS->RemainderTy && !DL.typeSizeEqualsStoreSize(VS->RemainderTy))) in getVectorLayout()
774 bool IsRemainder = I == VS->NumFragments - 1 && VS->RemainderTy; in splitCall()
778 Tys[0] = VS->RemainderTy; in splitCall()
935 if (!DstVS || !SrcVS || DstVS->RemainderTy || SrcVS->RemainderTy) in visitBitCastInst()
[all …]