Searched refs:MemoryWidth (Results 1 – 2 of 2) sorted by relevance
10389 uint64_t MemoryWidth = LN0->getMemoryVT().getSizeInBits(); in ReduceLoadWidth() local10390 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()10391 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()
11339 uint64_t MemoryWidth = LN0->getMemoryVT().getScalarSizeInBits(); in ReduceLoadWidth() local11340 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()11341 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()