Lines Matching refs:getInt32Ty
588 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in wrapTestSetjmp()
623 PHINode *LabelPHI = IRB.CreatePHI(IRB.getInt32Ty(), 2, "label"); in wrapTestSetjmp()
717 ThrewValueGV = getGlobalVariable(M, IRB.getInt32Ty(), TM, "__threwValue"); in runOnModule()
719 FunctionType::get(IRB.getInt32Ty(), false), "getTempRet0", &M); in runOnModule()
721 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false), in runOnModule()
737 FunctionType::get(IRB.getInt32Ty(), IRB.getInt8PtrTy(), false); in runOnModule()
745 IRB.getVoidTy(), {getAddrIntType(&M), IRB.getInt32Ty()}, false); in runOnModule()
752 {SetjmpFTy->getParamType(0), IRB.getInt32Ty(), in runOnModule()
753 Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
759 IRB.getInt32Ty(), in runOnModule()
760 {getAddrIntType(&M), Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
864 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in runEHOnFunction()
1023 SetjmpTableSize, IRB.getInt32Ty(), IRB.getInt32Ty(), IRB.getInt32(40), in runSjLjOnFunction()
1057 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction()
1262 SetjmpTableSizeSSA.Initialize(Type::getInt32Ty(C), "setjmpTableSize"); in runSjLjOnFunction()