square.ll 75 B

12345
  1. define i32 @square_unsigned(i32 %a) {
  2. %1 = mul i32 %a, %a
  3. ret i32 %1
  4. }