Home
last modified time | relevance | path

Searched refs:OEP_ONLY_CONST (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h918 OEP_ONLY_CONST = 1, enumerator
Dipa-icf-gimple.cc996 OEP_ONLY_CONST)) in compare_gimple_asm()
Dfold-const.cc3117 if (arg0 == arg1 && ! (flags & OEP_ONLY_CONST) in operand_equal_p()
3193 if (flags & (OEP_ONLY_CONST | OEP_BITWISE)) in operand_equal_p()
12339 TREE_OPERAND (arg0, 1), OEP_ONLY_CONST)) in fold_binary_loc()
12353 TREE_OPERAND (arg0, 1), OEP_ONLY_CONST)) in fold_binary_loc()
13100 arg1, OEP_ONLY_CONST) in fold_ternary_loc()
Dipa-icf.cc1655 DECL_SIZE (item->decl), OEP_ONLY_CONST))) in equals_wpa()
Dmatch.pd3144 && operand_equal_p (@1, TYPE_MIN_VALUE (type), OEP_ONLY_CONST))
3148 && operand_equal_p (@1, TYPE_MAX_VALUE (type), OEP_ONLY_CONST))
3155 && operand_equal_p (@1, TYPE_MAX_VALUE (type), OEP_ONLY_CONST))
3159 && operand_equal_p (@1, TYPE_MIN_VALUE (type), OEP_ONLY_CONST))
DChangeLog.tree-ssa66 (fold, nondestructive_fold_binary_to_constant): Use OEP_ONLY_CONST.
DChangeLog-200433553 (fold): Use OEP_ONLY_CONST.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtree.cc3937 return operand_equal_p (t1, t2, OEP_ONLY_CONST); in cp_tree_equal()