Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp150 Type *SelTy = Type::getInt32Ty(Context); in UpgradeExceptionHandling() local
151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr); in UpgradeExceptionHandling()
197 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator()); in UpgradeExceptionHandling()