Searched refs:NeedsZext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6855 bool NeedsZext = ZeroExtendedBytes > 0; local
6867 !TLI.isOperationLegal(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD,
6898 if (NeedsBswap && (LegalOperations || NeedsZext) &&
6904 if (NeedsBswap && NeedsZext && LegalOperations &&
6916 SDValue NewLoad = DAG.getExtLoad(NeedsZext ? ISD::ZEXTLOAD : ISD::NON_EXTLOAD,
6929 NeedsZext

Completed in 83 milliseconds