Searched refs:fold_ternary (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-ssa-pre.c | 1148 tree tmp = fold_ternary (CALL_EXPR, TREE_TYPE (expr), in phi_translate()
|
| HD | fold-const.c | 11455 fold_ternary (enum tree_code code, tree type, tree op0, tree op1, tree op2) in fold_ternary() function 11815 tem = fold_ternary (code, type, op0, op1, op2); in fold() 12167 tem = fold_ternary (code, type, op0, op1, op2); in fold_build3_stat()
|
| HD | tree.h | 4301 extern tree fold_ternary (enum tree_code, tree, tree, tree, tree);
|
| HD | ChangeLog-2005 | 7362 * fold-const.c (fold_ternary): Check truth_value_p before 8763 * fold-const.c (fold_ternary): Simplify folding of a CALL_EXPR. 11124 * fold-const.c (fold_ternary): Likewise. 15903 * fold-const.c (fold_ternary) <case BIT_FIELD_REF>: Don't crash if 16645 * fold-const.c (fold_ternary): Optimize BIT_FIELD_REF of VECTOR_CST. 22349 * fold-const.c (fold_unary, fold_binary, fold_ternary): 22355 fold_ternary. 27679 * fold-const.c (fold_ternary): Take decomposed arguments of 27681 (fold): Update a call to fold_ternary. 27882 * fold-const.c (fold_ternary): Update a call to fold_builtin. [all …]
|
| HD | ChangeLog-2006 | 558 * fold-const.c (fold_ternary): Fix A < 0 ? <sign bit of A> : 0 4338 (fold_ternary): Replace uses of invert_truthvalue with 5404 * fold-const.c (fold_ternary) <COND_EXPR>: Call fold_convert 7124 * fold-const.c (fold_ternary): When converting "A ? B : C" into either 10740 * fold-const.c (fold_ternary) <case CALL_EXPR>: Here. 14200 * fold-const.c (fold_ternary) <case CALL_EXPR>: Here.
|