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

/external/llvm/bindings/python/llvm/
H A 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/
H A Dllvm_ocaml.c521 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val)));
1314 o = LLVMGetInstructionOpcode(Inst);
/external/llvm/include/llvm-c/
H A DCore.h2366 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/lib/IR/
H A DCore.cpp1862 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { function

Completed in 141 milliseconds