Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Ddebuginfo.c98 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
H A Decho.cpp147 return LLVMVectorType( in Clone()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp285 const FixedVectorType *LLVMVectorType = in buildBoolRegister() local
287 Type = LLT::vector(LLVMVectorType->getElementCount(), 1); in buildBoolRegister()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1504 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c585 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp803 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function