how can I get the real value from operand of llvm IR

后端 未结 0 1001
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 16:57

source code :
if(a == 1){
....
}

I want get the real value, such as 1, but the function "getOperand(1)" return Value*,

相关标签:
回答
  • 消灭零回复
提交回复
热议问题