Class ConstantExpression
While technically a type in LLVM, ConstantExpression is primarily a static factory for Constants
public class ConstantExpression : Constant, IEquatable<Value>
- Inheritance
-
ConstantExpression
- Implements
- Inherited Members
- Extension Methods
Properties
- OpCode
Gets the constant instruction expression op code
Methods
- BitCast(Constant, ITypeRef)
Creates a constant bit cast expression
- IntToPtrExpression(Constant, ITypeRef)
Gets an IntToPtr expression to convert an integral value to a pointer