Searched refs:NarrowBitWidth (Results 1 – 3 of 3) sorted by relevance
3888 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local3889 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()3891 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
11946 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local11951 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()11953 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()11955 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()11989 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local11990 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()11992 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8743 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8744 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8767 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local8768 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()8795 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local8796 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()8798 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()