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