Home
last modified time | relevance | path

Searched refs:fold_bit_and_mask (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h107 extern tree fold_bit_and_mask (tree, tree, enum tree_code,
H A Dmatch.pd907 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, bitop,
918 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, ERROR_MARK,
929 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, ERROR_MARK,
941 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @1, NEGATE_EXPR, @0,
H A Dfold-const.c12087 fold_bit_and_mask (tree type, tree arg1, enum tree_code code, in fold_bit_and_mask() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h119 extern tree fold_bit_and_mask (tree, tree, enum tree_code,
H A Dmatch.pd1136 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, bitop,
1147 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, ERROR_MARK,
1158 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @2, op, @0, ERROR_MARK,
1170 tree utype = fold_bit_and_mask (TREE_TYPE (@0), @1, NEGATE_EXPR, @0,
H A Dfold-const.cc12682 fold_bit_and_mask (tree type, tree arg1, enum tree_code code, in fold_bit_and_mask() function
H A DChangeLog-201817145 (fold_bit_and_mask): ... here. New helper function for match.pd.
17146 * fold-const.h (fold_bit_and_mask): Declare.