Inheritance: EventDispatcher → Node → TempNode →
This node represents an operation that reinterprets the bit representation of a value in one type as a value in another type.
Constructs a new bitcast node.
valueNode
The value to convert.
conversionType
The type to convert to.
inputType
The expected input data type of the bitcast operation.
Default is null.
The type the value will be converted to.
The expected input data type of the bitcast operation.
Default is null.
This flag can be used for type testing.
Default is true.
The data to bitcast to a new type.