Searched refs:NeedsZext (Results 1 – 1 of 1) sorted by relevance
9660 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local9672 !TLI.isLoadExtLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, VT, in MatchLoadCombine()9703 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()9709 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()9722 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()9734 NeedsZext ? DAG.getNode(ISD::SHL, SDLoc(N), VT, NewLoad, in MatchLoadCombine()