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

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

Completed in 53 milliseconds