Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15444 EVT MaskedVT = in reduceLoadWidth() local
15447 if ((ExtVT.getScalarSizeInBits() > MaskedVT.getScalarSizeInBits()) && in reduceLoadWidth()
15448 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) in reduceLoadWidth()
15449 ExtVT = MaskedVT; in reduceLoadWidth()
15453 EVT MaskedVT = EVT::getIntegerVT(*DAG.getContext(), ActiveBits); in reduceLoadWidth() local
15457 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) { in reduceLoadWidth()
15458 ExtVT = MaskedVT; in reduceLoadWidth()