Lines Matching refs:getInt32
414 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke()
463 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke()
567 Value *ThrewCmp = IRB.CreateICmpNE(Threw, IRB.getInt32(0)); in wrapTestSetjmp()
570 Value *ThrewValueCmp = IRB.CreateICmpNE(ThrewValue, IRB.getInt32(0)); in wrapTestSetjmp()
585 Value *Cmp2 = IRB.CreateICmpEQ(ThenLabel, IRB.getInt32(0)); in wrapTestSetjmp()
606 LabelPHI->addIncoming(IRB.getInt32(-1), ElseBB1); in wrapTestSetjmp()
808 Value *Cmp = IRB.CreateICmpEQ(Threw, IRB.getInt32(1), "cmp"); in runEHOnFunction()
960 Instruction::Add, IRB.getInt32(4), IRB.getInt32(0), "setjmpTableSize", in runSjLjOnFunction()
965 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
976 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()
1002 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
1012 Value *Args[] = {CI->getArgOperand(0), IRB.getInt32(SetjmpRetPHIs.size()), in runSjLjOnFunction()
1076 if (GV == ThrewGV && SI->getValueOperand() == IRB.getInt32(0)) { in runSjLjOnFunction()
1116 SI->addCase(IRB.getInt32(I + 1), SetjmpRetPHIs[I]->getParent()); in runSjLjOnFunction()