Lines Matching refs:getInt32
415 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke()
450 IRB.CreateStore(IRB.getInt32(0), ThrewGV); in wrapInvoke()
551 Value *ThrewCmp = IRB.CreateICmpNE(Threw, IRB.getInt32(0)); in wrapTestSetjmp()
554 Value *ThrewValueCmp = IRB.CreateICmpNE(ThrewValue, IRB.getInt32(0)); in wrapTestSetjmp()
569 Value *Cmp2 = IRB.CreateICmpEQ(ThenLabel, IRB.getInt32(0)); in wrapTestSetjmp()
590 LabelPHI->addIncoming(IRB.getInt32(-1), ElseBB1); in wrapTestSetjmp()
765 Value *Cmp = IRB.CreateICmpEQ(Threw, IRB.getInt32(1), "cmp"); in runEHOnFunction()
891 Instruction::Add, IRB.getInt32(4), IRB.getInt32(0), "setjmpTableSize", in runSjLjOnFunction()
895 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
899 IRB.CreateStore(IRB.getInt32(0), SetjmpTable); in runSjLjOnFunction()
925 SetjmpRet->addIncoming(IRB.getInt32(0), BB); in runSjLjOnFunction()
935 Value *Args[] = {CI->getArgOperand(0), IRB.getInt32(SetjmpRetPHIs.size()), in runSjLjOnFunction()
993 if (GV == ThrewGV && SI->getValueOperand() == IRB.getInt32(0)) { in runSjLjOnFunction()
1032 SI->addCase(IRB.getInt32(i + 1), SetjmpRetPHIs[i]->getParent()); in runSjLjOnFunction()