Lines Matching defs:value
49 * Bit size of the value. It is interpreted as follows:
52 * - If bit_size > 0, then the value only matches an SSA value with the
54 * - If bit_size <= 0, then the value matches any size SSA value.
57 * - If bit_size > 0, then the value is constructed with the given bit size.
58 * - If bit_size == 0, then the value is constructed with the same bit size
59 * as the search value.
60 * - If bit_size < 0, then the value is constructed with the same bit size
67 nir_search_value value;
105 nir_search_value value;
134 nir_search_value value;
137 * value that does *not* have the exact bit set. If unset, the exact bit
138 * on the SSA value is ignored.
183 uint16_t replace; /* Index in table->values[] for the replace value. */
188 nir_search_value value; /* base type of the union, first element of each variant struct */
231 nir_search_variable, value,
234 nir_search_constant, value,
237 nir_search_expression, value,