Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9123 EVT MaskedVT = EVT::getIntegerVT(*DAG.getContext(), in ReduceLoadWidth() local
9126 if ((ExtVT.getSizeInBits() > MaskedVT.getSizeInBits()) && in ReduceLoadWidth()
9127 TLI.isLoadExtLegal(ExtType, N0.getValueType(), MaskedVT)) in ReduceLoadWidth()
9128 ExtVT = MaskedVT; in ReduceLoadWidth()