Lines Matching defs:Int32Ty
279 Type *Int32Ty = Builder.getInt32Ty();
312 EHGuardNode = Builder.CreateAlloca(Int32Ty);
323 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
327 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
328 Value *Val = Builder.CreateLoad(Int32Ty, Cookie, "cookie");
335 Value *Val = Builder.CreateLoad(Int32Ty, Cookie);
342 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty);
385 Type *Int32Ty = Type::getInt32Ty(Context);
390 FunctionType::get(Int32Ty, ArrayRef(&ArgTys[0], 4),
393 FunctionType::get(Int32Ty, ArrayRef(&ArgTys[0], 5),