layout: page |
title: GenericValue (llvm.ee) |
Return the value of this GenericValue instance as an unsigned integer
Return the value of this GenericValue instance as a signed integer.
Return the value of this GenericValue instance as a pointer. The type of the return value is int.
Create a GenericValue instance with a int value, which is zero-extended if necessary. The type of the value is specified by ty, which is a Type instance.
Create a GenericValue instance with a int value, which is sign-extended if necessary. The type of the value is specified by ty, which is a Type instance.
Create a GenericValue instance with a int value, which is representing a pointer value.
The two argument version is deprecated. The old code never used ty anyway.