Searched refs:LLVMConstVector (Results 1 – 4 of 4) sorted by relevance
375 return LLVMConstVector(Elts.data(), EltCount); in clone_constant_impl()833 LLVMValueRef Mask = LLVMConstVector(MaskElts.data(), NumMaskElts); in CloneInstruction()
2165 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
957 return LLVMConstVector((LLVMValueRef *)Op_val(ElementVals), in llvm_const_vector()
1509 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() function