Searched refs:SmallestEltTy (Results 1 – 1 of 1) sorted by relevance
4587 EVT SmallestEltTy = VT.getVectorElementType(); in ReconstructShuffle() local4590 if (SrcEltTy.bitsLT(SmallestEltTy)) { in ReconstructShuffle()4591 SmallestEltTy = SrcEltTy; in ReconstructShuffle()4595 VT.getVectorElementType().getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()4596 NumElts = VT.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()4597 EVT ShuffleVT = EVT::getVectorVT(*DAG.getContext(), SmallestEltTy, NumElts); in ReconstructShuffle()4663 if (SrcEltTy == SmallestEltTy) in ReconstructShuffle()4665 assert(ShuffleVT.getVectorElementType() == SmallestEltTy); in ReconstructShuffle()4667 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()