Home | History | Annotate | Download | only in BitReader_3_0

Lines Matching defs:SelTy

145     Type *SelTy = Type::getInt32Ty(Context);
146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL);
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());