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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp188 Value *SelSlot = 0; local
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
193 FnToLPadSlotMap[F] = std::make_pair(ExnSlot, SelSlot);
196 SelSlot = FnToLPadSlotMap[F].second;
227 Builder.CreateStore(LPSel, SelSlot);

Completed in 74 milliseconds