Searched refs:fold_const_reduction (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const-call.c | 631 fold_const_reduction (tree type, tree arg, tree_code code) in fold_const_reduction() function 1304 return fold_const_reduction (type, arg, PLUS_EXPR); in fold_const_call() 1307 return fold_const_reduction (type, arg, MAX_EXPR); in fold_const_call() 1310 return fold_const_reduction (type, arg, MIN_EXPR); in fold_const_call() 1313 return fold_const_reduction (type, arg, BIT_AND_EXPR); in fold_const_call() 1316 return fold_const_reduction (type, arg, BIT_IOR_EXPR); in fold_const_call() 1319 return fold_const_reduction (type, arg, BIT_XOR_EXPR); in fold_const_call()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const-call.cc | 629 fold_const_reduction (tree type, tree arg, tree_code code) in fold_const_reduction() function 1306 return fold_const_reduction (type, arg, PLUS_EXPR); in fold_const_call() 1309 return fold_const_reduction (type, arg, MAX_EXPR); in fold_const_call() 1312 return fold_const_reduction (type, arg, MIN_EXPR); in fold_const_call() 1315 return fold_const_reduction (type, arg, BIT_AND_EXPR); in fold_const_call() 1318 return fold_const_reduction (type, arg, BIT_IOR_EXPR); in fold_const_call() 1321 return fold_const_reduction (type, arg, BIT_XOR_EXPR); in fold_const_call()
|
H A D | ChangeLog-2018 | 35051 * fold-const-call.c (fold_const_reduction): Likewise.
|
H A D | ChangeLog-2017 | 5494 * fold-const-call.c (fold_const_reduction): New function.
|