Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
600 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
601 library.LLVMGetInstructionOpcode.restype = c_uint
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c680 Field(result, 0) = Val_int(LLVMGetInstructionOpcode(Val)); in llvm_classify_value()
1464 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp491 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3198 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go901 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2814 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function