Home
last modified time | relevance | path

Searched refs:LLVMGetVectorSize (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp149 LLVMGetVectorSize(Src) in Clone()
153 LLVMGetVectorSize(Src)); in Clone()
371 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1525 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c600 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp833 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function