Return the 64‐bit integer type.

Synopsis

Declared in <llvm/IR/Type.h>

static
IntegerType*
getInt64Ty(LLVMContext& C);

Return Value

The 64‐bit integer type.

Parameters

Name

Description

C

LLVM context in which to unique the type.

Created with MrDocs