Lines Matching defs:NumVecElts
5708 int NumVecElts = Vec.getValueType().getVectorNumElements();5709 if (Vec.isUndef() && Size == NumVecElts) {42879 unsigned NumVecElts = VecVT.getVectorNumElements();42881 if (CIdx && CIdx->getAPIntValue().ult(NumVecElts)) {42892 APInt DemandedVecElts = APInt::getOneBitSet(NumVecElts, Idx);