Searched refs:fold_ternary (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 11434 fold_ternary (enum tree_code code, tree type, tree op0, tree op1, tree op2) in fold_ternary() function 11794 tem = fold_ternary (code, type, op0, op1, op2); in fold() 12146 tem = fold_ternary (code, type, op0, op1, op2); in fold_build3_stat()
|
H A D | tree.h | 4213 extern tree fold_ternary (enum tree_code, tree, tree, tree, tree);
|