Home
last modified time | relevance | path

Searched refs:LLVMGetNumArgOperands (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp453 int ArgCount = LLVMGetNumArgOperands(Src); in CloneAttrs()
522 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
707 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
746 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
756 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3259 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1538 return Val_int(LLVMGetNumArgOperands(V)); in llvm_num_arg_operands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2831 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr) { in LLVMGetNumArgOperands() function