Accessing a field of an rvalue of struct type. This is equivalent to "(value).field".
Convert an rvalue to the given JITType. See JITContext.newCast for limitations.
Convert an rvalue to the given JITType. See JITContext.newCast for limitations.
Dereferencing an rvalue of pointer type. This is equivalent to "*(value)".
Accessing a field of an rvalue of pointer type. This is equivalent to "(*value).field".
Returns the internal gcc_jit_rvalue object.
Returns the JITType of the rvalue.
Return the context this JITObject is within.
Get a human-readable description of this object.
Class wrapper for gcc_jit_rvalue