Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance
12777 uint64_t MemoryWidth = LN->getMemoryVT().getScalarSizeInBits(); in reduceLoadWidth() local12778 if (MemoryWidth <= ShAmt) in reduceLoadWidth()12782 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()12837 uint64_t MemoryWidth = LN->getMemoryVT().getSizeInBits(); in reduceLoadWidth() local12838 if (ShAmt >= MemoryWidth) in reduceLoadWidth()12852 if (ExtVT.getScalarSizeInBits() > MemoryWidth - ShAmt) { in reduceLoadWidth()12858 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShAmt); in reduceLoadWidth()