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