Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
589 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
590 library.LLVMGetInstructionOpcode.restype = c_uint
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c521 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1314 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm/include/llvm-c/
DCore.h2366 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp1862 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function