GCC Middle and Back End API Reference
gimple-fold.h File Reference

Go to the source code of this file.

Functions

tree fold_const_aggregate_ref_1 (tree, tree(*)(tree))
tree fold_const_aggregate_ref (tree)
tree gimple_fold_stmt_to_constant_1 (gimple, tree(*)(tree))
tree gimple_fold_stmt_to_constant (gimple, tree(*)(tree))

Function Documentation

tree fold_const_aggregate_ref ( tree  )
tree fold_const_aggregate_ref_1 ( tree  t,
tree(*)(tree valueize 
)
tree gimple_fold_stmt_to_constant ( gimple  stmt,
tree(*)(tree valueize 
)
Fold STMT to a constant using VALUEIZE to valueize SSA names.
   Returns NULL_TREE if folding to a constant is not possible, otherwise
   returns a constant according to is_gimple_min_invariant.