llvm::DataLayout::getLargestLegalIntType

Returns the largest legal integer type, or null if none are set.

Synopsis

Declared in <llvm/IR/DataLayout.h>

Type*
getLargestLegalIntType(LLVMContext& C) const;

Return Value

The largest legal integer type, or null if none are set.

Parameters

NameDescription
CContext in which to create the type.