You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to convert llvlaue into int.
But I think there are no api to convert llvalue into int in Llvm module.
Is there an api to convert it?
Or should I parse the string of llvalue?