Lines Matching defs:XBitWidth
22667 unsigned XBitWidth = X.getValueSizeInBits();22668 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1;22673 if (ExtractIndex == BCTruncElt && XBitWidth > VecEltBitWidth) {22674 assert(XBitWidth % VecEltBitWidth == 0 &&