pub fn intr_bitreverse<'c>(
    value: Value<'c, '_>,
    result_type: Type<'c>,
    location: Location<'c>
) -> Operation<'c>
Expand description

Creates a llvm.intr.bitreverse operation.