Searched refs:MinElt (Results 1 – 2 of 2) sorted by relevance
6548 unsigned MinElt; in ReconstructShuffle() member6562 : Vec(Vec), MinElt(std::numeric_limits<unsigned>::max()), MaxElt(0), in ReconstructShuffle()6593 Source->MinElt = std::min(Source->MinElt, EltNo); in ReconstructShuffle()6645 if (Src.MaxElt - Src.MinElt >= NumSrcElts) { in ReconstructShuffle()6651 if (Src.MinElt >= NumSrcElts) { in ReconstructShuffle()6670 unsigned Imm = Src.MinElt * getExtFactor(VEXTSrc1); in ReconstructShuffle()6675 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
7397 unsigned MinElt = std::numeric_limits<unsigned>::max(); in ReconstructShuffle() member7440 Source->MinElt = std::min(Source->MinElt, EltNo); in ReconstructShuffle()7491 if (Src.MaxElt - Src.MinElt >= NumSrcElts) { in ReconstructShuffle()7496 if (Src.MinElt >= NumSrcElts) { in ReconstructShuffle()7518 DAG.getConstant(Src.MinElt, dl, MVT::i32)); in ReconstructShuffle()7519 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()