Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c523 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1386 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/minix3/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h2408 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2002 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go833 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }