Click or drag to resize
Llvm.NET LogoContextCreateConstant Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCreateConstant(Boolean)
Creates a new ConstantInt with a bit length of 1
Public methodCreateConstant(Byte)
Creates a new ConstantInt with a bit length of 8
Public methodCreateConstant(Double)
Creates a constant floating point value for a given value
Public methodCreateConstant(Int16)
Creates a new ConstantInt with a bit length of 16
Public methodCreateConstant(Int32)
Creates a new ConstantInt with a bit length of 32
Public methodCreateConstant(Int64)
Creates a new ConstantInt with a bit length of 64
Public methodCreateConstant(SByte)
Creates a new ConstantInt with a bit length of 8
Public methodCreateConstant(Single)
Creates a constant floating point value for a given value
Public methodCreateConstant(UInt16)
Creates a new ConstantInt with a bit length of 16
Public methodCreateConstant(UInt32)
Creates a new ConstantInt with a bit length of 32
Public methodCreateConstant(UInt64)
Creates a new ConstantInt with a bit length of 64
Public methodCreateConstant(UInt32, UInt64, Boolean)
Creates a new ConstantInt with a bit length of 64
Public methodCreateConstant(ITypeRef, UInt64, Boolean)
Create a constant value of the specified integer type
Top
See Also