Searched refs:NarrowBitWidth (Results 1 – 2 of 2) sorted by relevance
2998 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local2999 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3001 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
7163 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local7164 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7166 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()7182 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local7183 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()7185 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()