Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance
13287 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local13288 if (MemoryWidth <= ShAmt) in reduceLoadWidth()13292 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()13347 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local13348 if (ShAmt >= MemoryWidth) in reduceLoadWidth()13362 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()13368 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()