Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp375 return LLVMConstVector(Elts.data(), EltCount); in clone_constant_impl()
833 LLVMValueRef Mask = LLVMConstVector(MaskElts.data(), NumMaskElts); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2165 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c957 return LLVMConstVector((LLVMValueRef *)Op_val(ElementVals), in llvm_const_vector()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1509 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() function