Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10225 auto ExtLoadOpcode = ISD::EXTLOAD; in tryToFoldExtendSelectLoad() local
10227 ExtLoadOpcode = ISD::SEXTLOAD; in tryToFoldExtendSelectLoad()
10229 ExtLoadOpcode = ISD::ZEXTLOAD; in tryToFoldExtendSelectLoad()
10233 if (!TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load1->getMemoryVT()) || in tryToFoldExtendSelectLoad()
10234 !TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load2->getMemoryVT())) in tryToFoldExtendSelectLoad()