Searched refs:HiExtType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 545 ISD::LoadExtType HiExtType = LD->getExtensionType(); in ExpandUnalignedLoad() local 548 if (HiExtType == ISD::NON_EXTLOAD) in ExpandUnalignedLoad() 549 HiExtType = ISD::ZEXTLOAD; in ExpandUnalignedLoad() 560 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, in ExpandUnalignedLoad() 566 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(), in ExpandUnalignedLoad()
|