Lines Matching defs:Int32Ty
281 Type *Int32Ty = Builder.getInt32Ty();
314 EHGuardNode = Builder.CreateAlloca(Int32Ty);
325 LSDA = Builder.CreatePtrToInt(LSDA, Int32Ty);
329 Cookie = TheModule->getOrInsertGlobal("__security_cookie", Int32Ty);
330 Value *Val = Builder.CreateLoad(Int32Ty, Cookie, "cookie");
337 Value *Val = Builder.CreateLoad(Int32Ty, Cookie);
342 Value *FrameAddrI32 = Builder.CreatePtrToInt(FrameAddr, Int32Ty);
389 Type *Int32Ty = Type::getInt32Ty(Context);
394 FunctionType::get(Int32Ty, ArrayRef(&ArgTys[0], 4),
397 FunctionType::get(Int32Ty, ArrayRef(&ArgTys[0], 5),