Lines Matching refs:NumSrcElts
8275 unsigned NumSrcElts = VTSize / EltVT.getFixedSizeInBits(); in ReconstructShuffle() local
8276 EVT DestVT = EVT::getVectorVT(*DAG.getContext(), EltVT, NumSrcElts); in ReconstructShuffle()
8292 if (Src.MaxElt - Src.MinElt >= NumSrcElts) { in ReconstructShuffle()
8297 if (Src.MinElt >= NumSrcElts) { in ReconstructShuffle()
8301 DAG.getConstant(NumSrcElts, dl, MVT::i32)); in ReconstructShuffle()
8302 Src.WindowBase = -NumSrcElts; in ReconstructShuffle()
8303 } else if (Src.MaxElt < NumSrcElts) { in ReconstructShuffle()
8315 DAG.getConstant(NumSrcElts, dl, MVT::i32)); in ReconstructShuffle()
20141 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBitsForTargetNode() local
20143 assert(Pos->getAPIntValue().ult(NumSrcElts) && in computeKnownBitsForTargetNode()
20146 APInt DemandedElt = APInt::getOneBitSet(NumSrcElts, Idx); in computeKnownBitsForTargetNode()