Searched refs:MaskedVT (Results 1 – 1 of 1) sorted by relevance
15444 EVT MaskedVT = in reduceLoadWidth() local15447 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() local15457 TLI.isLoadExtLegal(ExtType, SRL.getValueType(), MaskedVT)) { in reduceLoadWidth()15458 ExtVT = MaskedVT; in reduceLoadWidth()