@return the i-th parameter in this IR. The indexes start from 0.
(int i)
| 66 | * @return the i-th parameter in this IR. The indexes start from 0. |
| 67 | */ |
| 68 | Var getParam(int i); |
| 69 | |
| 70 | /** |
| 71 | * @return {@code true} if {@code var} is a parameter of this IR. |
no outgoing calls
no test coverage detected