mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* `users`: maps from a sequence of operands to a sequence of instructions * `users(ofType:)` : as `users`, but filters users of a certain instruction type * `Value.users`: = `Value.uses.users`