Class ConstantExpression
While technically a type in LLVM, ConstantExpression is primarily a static factory for Constants
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Values
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class ConstantExpression : Constant, IExtensiblePropertyContainer
Properties
Op |
Gets the constant instruction expression op code |
Methods
Bit |
Creates a constant bit cast expression |
GetElementPtr(Constant, IEnumerable<Constant>) | Creates a constant GetElementPtr expression |
Get |
Creates a constant GetElementPtr expression |
Int |
Gets an IntToPtr expression to convert an integral value to a pointer |