Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14556 EVT MaskedVT = in reduceLoadWidth() local
14559 if ((ExtVT.getScalarSizeInBits() > MaskedVT.getScalarSizeInBits()) && in reduceLoadWidth()
14560 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) in reduceLoadWidth()
14561 ExtVT = MaskedVT; in reduceLoadWidth()
14565 EVT MaskedVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits); in reduceLoadWidth() local
14569 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) { in reduceLoadWidth()
14570 ExtVT = MaskedVT; in reduceLoadWidth()