Home
last modified time | relevance | path

Searched refs:CanZextLoadProfitably (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7142 bool CanZextLoadProfitably = TLI.isLoadExtLegal(ISD::ZEXTLOAD, in visitAND() local
7154 case ISD::EXTLOAD: B = CanZextLoadProfitably; break; in visitAND()