Lines Matching defs:ByteWidth
8871 unsigned ByteWidth = BitWidth / 8;
8872 assert(Index < ByteWidth && "invalid index requested");
8873 (void) ByteWidth;
8929 return calculateByteProvider(Op->getOperand(0), ByteWidth - Index - 1,
9284 unsigned ByteWidth = VT.getSizeInBits() / 8;
9309 SmallVector<int64_t, 8> ByteOffsets(ByteWidth);
9311 for (int i = ByteWidth - 1; i >= 0; --i) {
9321 if (++ZeroExtendedBytes != (ByteWidth - static_cast<unsigned>(i)))
9381 EVT::getIntegerVT(*DAG.getContext(), (ByteWidth - ZeroExtendedBytes) * 8);