layout: page
title: IntegerType (llvm.core)

llvm.core.IntegerType

Base Class

Properties

width

[read-only]

The width of the integer type, in number of bits.

Automatically Generated Documentation

class llvm.core.IntegerType(ptr)

Represents an integer type.

width

The width of the integer type, in bits.

Table Of Contents

Previous topic

llvm.core.Instruction

Next topic

llvm.core.Module