Searched refs:theSwitch (Results 1 – 1 of 1) sorted by relevance
1000 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad( in createFinallyBlock() local1004 theSwitch->addCase(ourExceptionCaughtState, &terminatorBlock); in createFinallyBlock()1005 theSwitch->addCase(ourExceptionThrownState, &unwindResumeBlock); in createFinallyBlock()1403 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType, in createThrowExceptionFunction() local1407 theSwitch->addCase(llvm::ConstantInt::get(llvm::Type::getInt32Ty(context), in createThrowExceptionFunction()