Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp454 int ArgCount = LLVMGetNumArgOperands(Src); in CloneAttrs()
523 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
711 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
751 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
761 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3326 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1507 return Val_int(LLVMGetNumArgOperands(V)); in llvm_num_arg_operands()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2801 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr) { in LLVMGetNumArgOperands() function