llvm::Type::getInt128Ty

Return the 128-bit integer type.

Synopsis

Declared in <llvm/IR/Type.h>

static
IntegerType*
getInt128Ty(LLVMContext& C);

Return Value

The 128-bit integer type.

Parameters

NameDescription
CLLVM context in which to unique the type.