Searched defs:ExnSelSlots (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp249 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()]; local
253 LoadInst *LPExn = Builder.CreateLoad(ExnSelSlots.first, "exn.load");
254 LoadInst *LPSel = Builder.CreateLoad(ExnSelSlots.second, "sel.load");

Completed in 267 milliseconds