Lines Matching defs:NarrowBitWidth
8915 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits();
8916 if (NarrowBitWidth % 8 != 0)
8918 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8939 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits();
8940 if (NarrowBitWidth % 8 != 0)
8942 uint64_t NarrowByteWidth = NarrowBitWidth / 8;
8967 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits();
8968 if (NarrowBitWidth % 8 != 0)
8970 uint64_t NarrowByteWidth = NarrowBitWidth / 8;