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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_int_to_float.c41 bool is_bool_only = alu->dest.dest.ssa.bit_size == 1; local in function:lower_alu_instr
44 is_bool_only = false;
47 if (is_bool_only) {

Completed in 3 milliseconds