gallivm: Setup a global optimization pass.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_type.h
index 17819d4d32a3ab1d144539fbb000f63fc4a9984f..df77ef2155130cd3341cbcf4fe10f29e646fe977 100644 (file)
@@ -128,6 +128,18 @@ struct lp_build_context
     */
    struct lp_type type;
 
+   /** Same as lp_build_undef(type) */
+   LLVMTypeRef elem_type;
+
+   /** Same as lp_build_undef(type) */
+   LLVMTypeRef vec_type;
+
+   /** Same as lp_build_undef(type) */
+   LLVMTypeRef int_elem_type;
+
+   /** Same as lp_build_undef(type) */
+   LLVMTypeRef int_vec_type;
+
    /** Same as lp_build_undef(type) */
    LLVMValueRef undef;