Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp373 return LLVMConstVector(Elts.data(), EltCount); in clone_constant_impl()
831 LLVMValueRef Mask = LLVMConstVector(MaskElts.data(), NumMaskElts); in CloneInstruction()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2144 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c958 return LLVMConstVector((LLVMValueRef *)Op_val(ElementVals), in llvm_const_vector()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go895 v.C = C.LLVMConstVector(ptr, nvals)
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1498 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() function