Home
last modified time | relevance | path

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

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