Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
587 library.LLVMGetInstructionOpcode.restype = c_uint
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c523 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val))); in llvm_classify_value()
1397 o = LLVMGetInstructionOpcode(Inst); in DEFINE_ITERATORS()
/external/llvm/include/llvm-c/
DCore.h2341 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
/external/llvm/lib/IR/
DCore.cpp2026 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode() function
/external/llvm/bindings/go/llvm/
Dir.go835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }