HomeSort by relevance Sort by last modified time
    Searched refs:LLVMGetInstructionOpcode (Results 1 - 9 of 9) sorted by null

  /external/llvm/bindings/python/llvm/
core.py 417 return OpCode.from_value(lib.LLVMGetInstructionOpcode(self))
586 library.LLVMGetInstructionOpcode.argtypes = [Instruction]
587 library.LLVMGetInstructionOpcode.restype = c_uint
  /external/llvm/tools/llvm-c-test/
echo.cpp 417 LLVMOpcode Op = LLVMGetInstructionOpcode(Src);
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 568 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val)));
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 455 Store_field(result, 0, Val_int(LLVMGetInstructionOpcode(Val)));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/go/llvm/
ir.go 835 func (v Value) InstructionOpcode() Opcode { return Opcode(C.LLVMGetInstructionOpcode(v.C)) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]

Completed in 67 milliseconds