Searched refs:bool_vec_type (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c345 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); local in function:lp_build_select
346 mask = LLVMBuildTrunc(builder, mask, bool_vec_type, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_logic.c346 LLVMTypeRef bool_vec_type = LLVMVectorType(LLVMInt1TypeInContext(lc), type.length); local in function:lp_build_select
347 mask = LLVMBuildTrunc(builder, mask, bool_vec_type, "");

Completed in 3 milliseconds