Home
last modified time | relevance | path

Searched refs:const_op01 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDconstexpr.c3090 poly_uint64 const_op01; in cxx_fold_indirect_ref() local
3172 && poly_int_tree_p (TREE_OPERAND (sub, 1), &const_op01)) in cxx_fold_indirect_ref()
3202 if (known_lt (const_op01, max_offset)) in cxx_fold_indirect_ref()
3204 tree index = bitsize_int (const_op01 * BITS_PER_UNIT); in cxx_fold_indirect_ref()
3216 const_op01)) in cxx_fold_indirect_ref()
/dragonfly/contrib/gcc-8.0/gcc/
HDfold-const.c14116 poly_uint64 const_op01; in fold_indirect_ref_1() local
14173 && poly_int_tree_p (TREE_OPERAND (sub, 1), &const_op01)) in fold_indirect_ref_1()
14202 if (known_lt (const_op01, max_offset)) in fold_indirect_ref_1()
14204 tree index = bitsize_int (const_op01 * BITS_PER_UNIT); in fold_indirect_ref_1()
14215 const_op01)) in fold_indirect_ref_1()