Method GetIntType
GetIntType(UInt32)
Get's an LLVM integer type of arbitrary bit width
Declaration
public ITypeRef GetIntType(uint bitWidth)
Parameters
public ITypeRef GetIntType(uint bitWidth)
UInt32 | bitWidth | Width of the integer type in bits |
Returns
ITypeRef | Integer ITypeRef for the specified width |