Searched defs:max_int (Results 1 – 2 of 2) sorted by relevance
57 max_int(int a, int b) in max_int() function
963 const int64_t max_int = (1ull << (bit_size - 1)) - 1; in nir_alu_binop_identity() local