Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp149 LLVMGetVectorSize(Src) in Clone()
153 LLVMGetVectorSize(Src)); in Clone()
369 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1513 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c601 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go691 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp832 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function