Skip to main content

luaur_code_gen/methods/
ir_lowering_a_64_uint_op.rs

1use crate::records::ir_lowering_a_64::IrLoweringA64;
2use crate::records::ir_op::IrOp;
3
4impl IrLoweringA64 {
5    pub fn ir_lowering_a_64_uint_op(&self, op: IrOp) -> u32 {
6        self.ir_lowering_a_64_uint_op(op)
7    }
8}