Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11295 auto ExtLoadOpcode = ISD::EXTLOAD; in tryToFoldExtendSelectLoad() local
11297 ExtLoadOpcode = ISD::SEXTLOAD; in tryToFoldExtendSelectLoad()
11299 ExtLoadOpcode = ISD::ZEXTLOAD; in tryToFoldExtendSelectLoad()
11303 if (!TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load1->getMemoryVT()) || in tryToFoldExtendSelectLoad()
11304 !TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load2->getMemoryVT())) in tryToFoldExtendSelectLoad()