mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-16 09:35:07 +01:00
coerce
This commit is contained in:
parent
54226ad499
commit
05c617f6de
8 changed files with 150 additions and 72 deletions
|
|
@ -178,6 +178,8 @@ pub enum BinKind {
|
|||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub enum UnaryKind {
|
||||
Zext,
|
||||
Sext,
|
||||
Negate,
|
||||
BitNot,
|
||||
LogicalNot,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue