Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14306 EVT MaskedVT = in reduceLoadWidth() local
14309 if ((ExtVT.getScalarSizeInBits() > MaskedVT.getScalarSizeInBits()) && in reduceLoadWidth()
14310 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) in reduceLoadWidth()
14311 ExtVT = MaskedVT; in reduceLoadWidth()