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

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

Completed in 660 milliseconds