Searched refs:ExtLoadOpcode (Results 1 – 1 of 1) sorted by relevance
13703 auto ExtLoadOpcode = ISD::EXTLOAD; in tryToFoldExtendSelectLoad() local13705 ExtLoadOpcode = ISD::SEXTLOAD; in tryToFoldExtendSelectLoad()13707 ExtLoadOpcode = ISD::ZEXTLOAD; in tryToFoldExtendSelectLoad()13713 if (!TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load1->getMemoryVT()) || in tryToFoldExtendSelectLoad()13714 !TLI.isLoadExtLegal(ExtLoadOpcode, VT, Load2->getMemoryVT()) || in tryToFoldExtendSelectLoad()