pub unsafe extern "C" fn LLVMConstVector(
ScalarConstantVals: *mut LLVMValueRef,
Size: c_uint,
) -> LLVMValueRefExpand description
Create a ConstantVector from values.
@see llvm::ConstantVector::get()
pub unsafe extern "C" fn LLVMConstVector(
ScalarConstantVals: *mut LLVMValueRef,
Size: c_uint,
) -> LLVMValueRefCreate a ConstantVector from values.
@see llvm::ConstantVector::get()