Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance
14215 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local14216 if (MemoryWidth <= ShAmt) in reduceLoadWidth()14220 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()14275 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local14276 if (ShAmt >= MemoryWidth) in reduceLoadWidth()14290 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()14296 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()