Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp452 int ArgCount = LLVMGetNumArgOperands(Src); in CloneAttrs()
521 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
709 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
749 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
759 int ArgCount = LLVMGetNumArgOperands(Src); in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h3321 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1518 return Val_int(LLVMGetNumArgOperands(V)); in llvm_num_arg_operands()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp2823 unsigned LLVMGetNumArgOperands(LLVMValueRef Instr) { in LLVMGetNumArgOperands() function