Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const-call.c631 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 Dfold-const-call.cc629 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 DChangeLog-201835051 * fold-const-call.c (fold_const_reduction): Likewise.
H A DChangeLog-20175494 * fold-const-call.c (fold_const_reduction): New function.