File: BitcastNode.md | Updated: 11/15/2025
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.