Lines Matching refs:NumSrcElts
2864 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue() local
2866 APInt DemandedSrcElts = DemandedElts.zext(NumSrcElts).shl(Idx); in isSplatValue()
2881 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue() local
2883 APInt DemandedSrcElts = DemandedElts.zext(NumSrcElts); in isSplatValue()
2905 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in isSplatValue() local
2907 APIntOps::ScaleBitMask(DemandedElts, NumSrcElts); in isSplatValue()
2911 APInt SubDemandedElts = APInt::getSplat(NumSrcElts, SubDemandedElt); in isSplatValue()
3336 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in computeKnownBits() local
3337 APInt DemandedSrcElts = DemandedElts.zext(NumSrcElts).shl(Idx); in computeKnownBits()
4000 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBits() local
4009 APInt DemandedSrcElts = APInt::getAllOnes(NumSrcElts); in computeKnownBits()
4011 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts)) in computeKnownBits()
4013 APInt::getOneBitSet(NumSrcElts, ConstEltNo->getZExtValue()); in computeKnownBits()
4906 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in ComputeNumSignBits() local
4916 APInt DemandedSrcElts = APInt::getAllOnes(NumSrcElts); in ComputeNumSignBits()
4918 if (ConstEltNo && ConstEltNo->getAPIntValue().ult(NumSrcElts)) in ComputeNumSignBits()
4920 APInt::getOneBitSet(NumSrcElts, ConstEltNo->getZExtValue()); in ComputeNumSignBits()
4931 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in ComputeNumSignBits() local
4932 APInt DemandedSrcElts = DemandedElts.zext(NumSrcElts).shl(Idx); in ComputeNumSignBits()
12365 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in matchBinOpReduction() local
12366 if (NumSrcElts != (2 * NumElts)) in matchBinOpReduction()