Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
Dcore.py428 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
591 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
592 library.LLVMGetInstructionOpcode.restype = c_uint
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c679 Field(result, 0) = Val_int(LLVMGetInstructionOpcode(Val)); in llvm_classify_value()
1433 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp492 LLVMOpcode Op = LLVMGetInstructionOpcode(Src); in CloneInstruction()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3265 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2784 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function