Hi, I would like to extract ```f``` from ```%call = call i32 @f(i32 %7)```. I tried: 1. ```Llvm.operand instr 0``` -> output: %7 2. ```Llvm.value_name instr``` -> output: call What is an appropriate API to get ```f```? Thanks in advance(_ _)