Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Ddebuginfo.c98 LLVMVectorType(LLVMInt64Type(), 10), in llvm_test_dibuilder()
H A Decho.cpp147 return LLVMVectorType( in Clone()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1492 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c586 return LLVMVectorType(ElementTy, Int_val(Count)); in llvm_vector_type()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go684 t.C = C.LLVMVectorType(elementType.C, C.unsigned(elementCount))
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp802 LLVMTypeRef LLVMVectorType(LLVMTypeRef ElementType, unsigned ElementCount) { in LLVMVectorType() function