mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 07:35:45 +00:00
shader: Add utility to resolve identities on a value
This commit is contained in:
parent
a93521dc7e
commit
073f346f8c
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
[[nodiscard]] IR::Inst* Inst() const;
|
||||
[[nodiscard]] IR::Block* Label() const;
|
||||
[[nodiscard]] IR::Inst* InstRecursive() const;
|
||||
[[nodiscard]] IR::Value Resolve() const;
|
||||
[[nodiscard]] IR::Reg Reg() const;
|
||||
[[nodiscard]] IR::Pred Pred() const;
|
||||
[[nodiscard]] IR::Attribute Attribute() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue