Searched refs:NarrowBitWidth (Results 1 – 2 of 2) sorted by relevance
3007 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3008 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3010 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
7193 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local7194 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7196 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()7212 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local7213 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7215 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()