Searched refs:ScalarConstantVals (Results 1 – 2 of 2) sorted by relevance
2410 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
1677 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size) { in LLVMConstVector() argument1679 ArrayRef(unwrap<Constant>(ScalarConstantVals, Size), Size))); in LLVMConstVector()