Lines Matching defs:NumEltBits
12497 unsigned NumEltBits = VT.getScalarSizeInBits();
12515 int BitOffset = BroadcastIdx * NumEltBits;
12557 assert((BitOffset % NumEltBits) == 0 && "Illegal bit-offset");
12558 BroadcastIdx = BitOffset / NumEltBits;
12561 bool BitCastSrc = V.getScalarValueSizeInBits() != NumEltBits;
12653 assert(V.getScalarValueSizeInBits() == NumEltBits &&
12668 unsigned NumSrcElts = V.getValueSizeInBits() / NumEltBits;
29587 // can replace with ISD::MULHU, creating scale factor from (NumEltBits - Amt).
29601 // can replace with ISD::MULHS, creating scale factor from (NumEltBits - Amt).
45196 unsigned NumEltBits = VT.getScalarSizeInBits();
45213 return DAG.getConstant(EltBits[Idx].zext(NumEltBits), dl, VT);
45218 if (InputVector.getOpcode() == ISD::BITCAST && (NumEltBits % 8) == 0) {
45222 MVT SubVT = MVT::getVectorVT(MVT::i1, NumEltBits);
45224 DAG.getIntPtrConstant(CIdx->getZExtValue() * NumEltBits, dl));
45231 if (TLI.SimplifyDemandedBits(SDValue(N, 0), APInt::getAllOnes(NumEltBits),
47015 unsigned NumEltBits = VecVT.getScalarSizeInBits();
47043 BCNumEltBits > NumEltBits &&
47044 DAG.ComputeNumSignBits(BC) > (BCNumEltBits - NumEltBits)) {
47197 (NumEltBits == 32 || NumEltBits == 64)) {
47199 MVT FloatSVT = MVT::getFloatingPointVT(NumEltBits);
54826 unsigned NumEltBits = VT.getScalarSizeInBits();
54829 DAG.ComputeNumSignBits(Op0.getOperand(0)) != NumEltBits ||