Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Ddebuginfo.c98 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
Decho.cpp147 return LLVMVectorType( in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1504 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c585 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp803 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function