Lines Matching refs:getInt32
725 Value *ThrewValueCmp = IRB.CreateICmpNE(ThrewValue, IRB.getInt32(0)); in wrapTestSetjmp()
757 Value *Cmp2 = IRB.CreateICmpEQ(ThenLabel, IRB.getInt32(0)); in wrapTestSetjmp()
773 LabelPHI->addIncoming(IRB.getInt32(-1), ElseBB1); in wrapTestSetjmp()
885 CI->replaceAllUsesWith(IRB.getInt32(0)); in nullifySetjmp()
1289 BinaryOperator::Create(Instruction::Add, IRB.getInt32(4), IRB.getInt32(0), in runSjLjOnFunction()
1294 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
1305 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()
1343 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
1353 Value *Args[] = {CI->getArgOperand(0), IRB.getInt32(SetjmpRetPHIs.size()), in runSjLjOnFunction()
1640 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent()); in handleLongjmpableCallsForEmscriptenSjLj()
1730 IRB.CreateCall(CatchF, {IRB.getInt32(WebAssembly::C_LONGJMP)}, "thrown"); in handleLongjmpableCallsForWasmSjLj()
1753 Value *Cmp = IRB.CreateICmpEQ(Label, IRB.getInt32(0)); in handleLongjmpableCallsForWasmSjLj()
1776 LabelPHI->addIncoming(IRB.getInt32(-1), Entry); in handleLongjmpableCallsForWasmSjLj()
1783 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent()); in handleLongjmpableCallsForWasmSjLj()