mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 13:47:56 -05:00
shader: SSA and dominance
This commit is contained in:
@ -48,6 +48,9 @@ public:
|
||||
[[nodiscard]] u32 U32() const;
|
||||
[[nodiscard]] u64 U64() const;
|
||||
|
||||
[[nodiscard]] bool operator==(const Value& other) const;
|
||||
[[nodiscard]] bool operator!=(const Value& other) const;
|
||||
|
||||
private:
|
||||
void ValidateAccess(IR::Type expected) const;
|
||||
|
||||
|
Reference in New Issue
Block a user