| H A D | si_shader.c | 4068 LLVMValueRef gather = LLVMGetUndef(LLVMVectorType(ctx->f32, input_array_size)); local in function:build_interp_intrinsic 4083 gather = LLVMBuildInsertElement(ctx->ac.builder, 4084 gather, v, LLVMConstInt(ctx->i32, idx, false), ""); 4088 ctx->ac.builder, gather, array_idx, "");
|