Home
last modified time | relevance | path

Searched refs:MemoryWidth (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9067 uint64_t MemoryWidth = LN0->getMemoryVT().getSizeInBits(); in ReduceLoadWidth() local
9068 if (LN0->getExtensionType() != ISD::SEXTLOAD && MemoryWidth > ShiftAmt) in ReduceLoadWidth()
9069 ExtVT = EVT::getIntegerVT(*DAG.getContext(), MemoryWidth - ShiftAmt); in ReduceLoadWidth()