Searched refs:MinElt (Results 1 – 2 of 2) sorted by relevance
8196 unsigned MinElt = std::numeric_limits<unsigned>::max(); in ReconstructShuffle() member8239 Source->MinElt = std::min(Source->MinElt, EltNo); in ReconstructShuffle()8292 if (Src.MaxElt - Src.MinElt >= NumSrcElts) { in ReconstructShuffle()8297 if (Src.MinElt >= NumSrcElts) { in ReconstructShuffle()8319 DAG.getConstant(Src.MinElt, dl, MVT::i32)); in ReconstructShuffle()8320 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()
12053 unsigned MinElt; in ReconstructShuffle() member12067 : Vec(Vec), MinElt(std::numeric_limits<unsigned>::max()), MaxElt(0), in ReconstructShuffle()12099 Source->MinElt = std::min(Source->MinElt, EltNo); in ReconstructShuffle()12219 if (Src.MaxElt - Src.MinElt >= NumSrcElts) { in ReconstructShuffle()12225 if (Src.MinElt >= NumSrcElts) { in ReconstructShuffle()12244 unsigned Imm = Src.MinElt * getExtFactor(VEXTSrc1); in ReconstructShuffle()12256 Src.WindowBase = -Src.MinElt; in ReconstructShuffle()