Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py2012 intmin = 1 << (bit_size - 1) variable
2017 ('bcsel', ('ilt', a, ('iadd', a, b)), intmin, ('iadd', a, b))), 'options->lower_iadd_sat'),
2020 ('bcsel', ('ilt', a, ('isub', a, b)), intmin, ('isub', a, b))), 'options->lower_iadd_sat'),

Completed in 6 milliseconds