Lines Matching defs:NarrowBitWidth
8743 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits();
8744 if (NarrowBitWidth % 8 != 0)
8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8767 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits();
8768 if (NarrowBitWidth % 8 != 0)
8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8795 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits();
8796 if (NarrowBitWidth % 8 != 0)
8798 uint64_t NarrowByteWidth = NarrowBitWidth / 8;