Searched refs:HiExtType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 10384 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad() local 10387 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad() 10388 HiExtType = ISD::ZEXTLOAD; in expandUnalignedLoad() 10398 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in expandUnalignedLoad() 10403 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in expandUnalignedLoad()
|