Home
last modified time | relevance | path

Searched refs:reduce_i8add (Results 1 – 1 of 1) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c47 static int reduce_i8add(int, int);
780 ast = reduce_i8add(lop, c2); in mk_binop()
812 ast = reduce_i8add(lop, tmp); in mk_binop()
1111 reduce_i8add(int opnd, int con_st) in reduce_i8add() function
1134 new = reduce_i8add(rop, con_st); in reduce_i8add()
1162 new = reduce_i8add(lop, con_st); in reduce_i8add()
1178 new = reduce_i8add(lop, con_st); in reduce_i8add()
1194 new = reduce_i8add(rop, c1); in reduce_i8add()