Skip to main content

bitcast

Function bitcast 

Source
pub fn bitcast<'c>(
    argument: Value<'c, '_>,
    result: Type<'c>,
    location: Location<'c>,
) -> Operation<'c>
Expand description

Creates a llvm.bitcast operation.