Searched refs:NeedsZext (Results 1 – 1 of 1) sorted by relevance
9206 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local9218 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()9249 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()9255 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()9268 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()9280 NeedsZext ? DAG.getNode(ISD::SHL, SDLoc(N), VT, NewLoad, in MatchLoadCombine()