Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp624 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()]; in UpgradeExceptionHandling() local
628 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load"); in UpgradeExceptionHandling()
629 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load"); in UpgradeExceptionHandling()