Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp138 LLVMGetArrayLength(Src) in Clone()
310 unsigned EltCount = LLVMGetArrayLength(Ty); in clone_constant_impl()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1446 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c591 return Val_int(LLVMGetArrayLength(ArrayTy)); in llvm_array_length()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go689 func (t Type) ArrayLength() int { return int(C.LLVMGetArrayLength(t.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp824 unsigned LLVMGetArrayLength(LLVMTypeRef ArrayTy) { in LLVMGetArrayLength() function