Searched refs:NarrowBitWidth (Results 1 – 3 of 3) sorted by relevance
3782 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3783 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3785 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
11736 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local11741 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()11743 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()11745 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()11776 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local11777 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()11779 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8741 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8742 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8744 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8765 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8766 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8768 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8789 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local8790 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8792 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()