Searched refs:LLVMConstVector (Results 1 – 5 of 5) sorted by relevance
376 return LLVMConstVector(Elts.data(), EltCount); in clone_constant_impl()387 return LLVMConstVector(Elts.data(), EltCount); in clone_constant_impl()828 LLVMValueRef Mask = LLVMConstVector(MaskElts.data(), NumMaskElts); in CloneInstruction()
2101 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
958 return LLVMConstVector((LLVMValueRef *)Op_val(ElementVals), in llvm_const_vector()
895 v.C = C.LLVMConstVector(ptr, nvals)
1475 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() function