Searched refs:NarrowBitWidth (Results 1 – 2 of 2) sorted by relevance
3038 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3039 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3041 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
7829 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local7830 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7832 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()7848 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local7849 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7851 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()