Home
last modified time | relevance | path

Searched refs:LLVMGetInstructionOpcode (Results 1 – 3 of 3) sorted by relevance

/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c454 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1165 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm/include/llvm-c/
DCore.h2225 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp1722 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function