Home
last modified time | relevance | path

Searched refs:LLVMVectorType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c99 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
H A Decho.cpp143 return LLVMVectorType( in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1461 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c586 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go684 t.C = C.LLVMVectorType(elementType.C, C.unsigned(elementCount))
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp787 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function