Searched refs:LLVMConstArray (Results 1 – 3 of 3) sorted by relevance
2021 LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy,
3198 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 8); in generate_fragment()3203 … sample_pos_array = LLVMConstArray(LLVMFloatTypeInContext(gallivm->context), sample_pos_arr, 2); in generate_fragment()
1397 LLVMValueRef LLVMConstArray(LLVMTypeRef ElementTy, in LLVMConstArray() function