Lines Matching refs:getInt64Ty
684 StructType::get(ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
685 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8), in createKernelApi()
686 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8), in createKernelApi()
687 ArrayType::get(IRB.getInt64Ty(), in createKernelApi()
689 IRB.getInt64Ty(), in createKernelApi()
710 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
713 PointerType::get(IRB.getInt8Ty(), 0), IRB.getInt64Ty()); in createKernelApi()
744 ArrayType::get(IRB.getInt64Ty(), kRetvalTLSSize / 8)); in createUserspaceApi()
750 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi()
758 ArrayType::get(IRB.getInt64Ty(), kParamTLSSize / 8)); in createUserspaceApi()
765 getOrInsertGlobal(M, "__msan_va_arg_overflow_size_tls", IRB.getInt64Ty()); in createUserspaceApi()
2634 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); in Lower64ShadowExtend()
3777 ConstantInt::get(IRB.getInt64Ty(), OverflowOffset - AMD64FpEndOffset); in visitCallSite()
3934 Constant *TotalVAArgSize = ConstantInt::get(IRB.getInt64Ty(), VAArgOffset); in visitCallSite()
4103 ConstantInt::get(IRB.getInt64Ty(), OverflowOffset - AArch64VAEndOffset); in visitCallSite()
4366 Constant *TotalVAArgSize = ConstantInt::get(IRB.getInt64Ty(), in visitCallSite()