Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8474 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad() local
8477 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad()
8478 HiExtType = ISD::ZEXTLOAD; in expandUnalignedLoad()
8488 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in expandUnalignedLoad()
8493 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in expandUnalignedLoad()