Searched refs:int_values (Results 1 – 2 of 2) sorted by relevance
4266 static rtx int_values[20]; in make_numeric_value() local4272 if (n < 20 && int_values[n]) in make_numeric_value()4273 return int_values[n]; in make_numeric_value()4279 int_values[n] = exp; in make_numeric_value()
5922 static rtx int_values[20]; local5929 if (n < 20 && int_values[n])5930 return int_values[n];5936 int_values[n] = exp;