Searched refs:NeedsZext (Results 1 – 1 of 1) sorted by relevance
8491 bool NeedsZext = ZeroExtendedBytes > 0; in MatchLoadCombine() local8503 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, in MatchLoadCombine()8534 if (NeedsBswap && (LegalOperations || NeedsZext) && in MatchLoadCombine()8540 if (NeedsBswap && NeedsZext && LegalOperations && in MatchLoadCombine()8553 DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD, SDLoc(N), VT, in MatchLoadCombine()8565 NeedsZext in MatchLoadCombine()