In the LLVM C Api, instructions are passed around by LLVMValueRef. How do I determine what instruction type (add, store, fence, whatever) an LLVMValueRef is, if it's an instruction at all?In the LLVM C Api, instructions are passed arou
In the LLVM C Api, instructions are passed around by LLVMValueRef. How do I determine what instruction type (add, store, fence, whatever) an LLVMValueRef is, if it's an instruction at all?In the LLVM C Api, instructions are passed arou