Searched refs:HiExtType (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 7568 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad() local 7571 if (HiExtType == ISD::NON_EXTLOAD) in expandUnalignedLoad() 7572 HiExtType = ISD::ZEXTLOAD; in expandUnalignedLoad() 7582 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in expandUnalignedLoad() 7587 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in expandUnalignedLoad()
|