Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance
14464 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local14465 if (MemoryWidth <= ShAmt) in reduceLoadWidth()14469 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()14524 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local14525 if (ShAmt >= MemoryWidth) in reduceLoadWidth()14539 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()14545 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()