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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3353 ISD::LoadExtType HiExtType = LD->getExtensionType(); local
3356 if (HiExtType == ISD::NON_EXTLOAD)
3357 HiExtType = ISD::ZEXTLOAD;
3368 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr,
3374 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(),
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp590 ISD::LoadExtType HiExtType = LD->getExtensionType(); local
593 if (HiExtType == ISD::NON_EXTLOAD)
594 HiExtType = ISD::ZEXTLOAD;
604 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr,
609 Hi = DAG.getExtLoad(HiExtType, dl, VT, Chain, Ptr, LD->getPointerInfo(),

Completed in 48 milliseconds