Searched refs:NarrowBitWidth (Results 1 – 2 of 2) sorted by relevance
3154 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3155 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3157 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
8045 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8046 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8048 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8068 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8069 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8071 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8092 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local8093 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8095 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()