Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance
15352 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local15353 if (MemoryWidth <= ShAmt) in reduceLoadWidth()15357 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()15412 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local15413 if (ShAmt >= MemoryWidth) in reduceLoadWidth()15427 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()15433 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()