Searched refs:LLVMArrayType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DCore.h890 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount);
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm_ocaml.c343 return LLVMArrayType(ElementTy, Int_val(Count));
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DCore.cpp376 LLVMTypeRef LLVMArrayType(LLVMTypeRef ElementType, unsigned ElementCount) { function

Completed in 101 milliseconds