Lines Matching refs:getInt32Ty

721   Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV,  in wrapTestSetjmp()
734 IRB.CreatePHI(IRB.getInt32Ty(), 4, "threwvalue.phi"); in wrapTestSetjmp()
768 PHINode *LabelPHI = IRB.CreatePHI(IRB.getInt32Ty(), 2, "label"); in wrapTestSetjmp()
933 ThrewValueGV = getGlobalVariable(M, IRB.getInt32Ty(), TM, "__threwValue"); in runOnModule()
935 FunctionType::get(IRB.getInt32Ty(), false), "getTempRet0", &M); in runOnModule()
937 FunctionType::get(IRB.getVoidTy(), IRB.getInt32Ty(), false), in runOnModule()
954 FunctionType::get(IRB.getInt32Ty(), IRB.getInt8PtrTy(), false); in runOnModule()
994 IRB.getVoidTy(), {getAddrIntType(&M), IRB.getInt32Ty()}, false); in runOnModule()
1000 IRB.getVoidTy(), {IRB.getInt8PtrTy(), IRB.getInt32Ty()}, false); in runOnModule()
1010 {SetjmpFTy->getParamType(0), IRB.getInt32Ty(), in runOnModule()
1011 Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
1017 IRB.getInt32Ty(), in runOnModule()
1018 {getAddrIntType(&M), Type::getInt32PtrTy(C), IRB.getInt32Ty()}, in runOnModule()
1027 IRB.getInt32Ty() // val in runOnModule()
1131 Value *ThrewValue = IRB.CreateLoad(IRB.getInt32Ty(), ThrewValueGV, in runEHOnFunction()
1294 CallInst::CreateMalloc(SetjmpTableSize, IntPtrTy, IRB.getInt32Ty(), size, in runSjLjOnFunction()
1340 PHINode *SetjmpRet = IRB.CreatePHI(IRB.getInt32Ty(), 2, "setjmp.ret"); in runSjLjOnFunction()
1430 SetjmpTableSizeSSA.Initialize(Type::getInt32Ty(C), "setjmpTableSize"); in runSjLjOnFunction()
1680 FunctionType::get(IRB.getInt32Ty(), /* isVarArg */ true); in handleLongjmpableCallsForWasmSjLj()
1740 Instruction *Val = IRB.CreateLoad(IRB.getInt32Ty(), ValField, "val"); in handleLongjmpableCallsForWasmSjLj()
1774 PHINode *LabelPHI = IRB.CreatePHI(IRB.getInt32Ty(), 2, "label.phi"); in handleLongjmpableCallsForWasmSjLj()