Searched refs:SmallestEltTy (Results 1 – 2 of 2) sorted by relevance
6606 EVT SmallestEltTy = VT.getVectorElementType(); in ReconstructShuffle() local6609 if (SrcEltTy.bitsLT(SmallestEltTy)) { in ReconstructShuffle()6610 SmallestEltTy = SrcEltTy; in ReconstructShuffle()6614 VT.getScalarSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()6615 NumElts = VT.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()6616 EVT ShuffleVT = EVT::getVectorVT(*DAG.getContext(), SmallestEltTy, NumElts); in ReconstructShuffle()6684 if (SrcEltTy == SmallestEltTy) in ReconstructShuffle()6686 assert(ShuffleVT.getVectorElementType() == SmallestEltTy); in ReconstructShuffle()6688 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()
7451 EVT SmallestEltTy = VT.getVectorElementType(); in ReconstructShuffle() local7454 if (SrcEltTy.bitsLT(SmallestEltTy)) in ReconstructShuffle()7455 SmallestEltTy = SrcEltTy; in ReconstructShuffle()7458 VT.getScalarSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()7459 NumElts = VT.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()7460 EVT ShuffleVT = EVT::getVectorVT(*DAG.getContext(), SmallestEltTy, NumElts); in ReconstructShuffle()7528 if (SrcEltTy == SmallestEltTy) in ReconstructShuffle()7530 assert(ShuffleVT.getVectorElementType() == SmallestEltTy); in ReconstructShuffle()7532 Src.WindowScale = SrcEltTy.getSizeInBits() / SmallestEltTy.getSizeInBits(); in ReconstructShuffle()