mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 12:28:31 -05:00
shader: Add utility to resolve identities on a value
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user