HomeSort by: relevance | last modified time | path
    Searched refs:tree_to_poly_int64 (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
vec-perm-indices.cc 300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i)));
tree.h 4676 extern poly_int64 tree_to_poly_int64 (const_tree)
4698 tree_to_poly_int64 (const_tree t) function
4739 *value = tree_to_poly_int64 (t);
ipa-fnsummary.cc 1203 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op)));
1226 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op)));
tree.cc 3276 tree_to_poly_int64 (const_tree t)
13009 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
13043 poly_int64 rsz = tree_to_poly_int64 (refsize);
13045 if (known_lt (tree_to_poly_int64 (memsize), rsz))
13089 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0;
3272 tree_to_poly_int64 (const_tree t) function
ipa-prop.cc 1235 gcc_assert (!maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (rhs))),
5730 || maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (v->value))),
tree-ssa-math-opts.cc 3281 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)),
tree-ssa-sccvn.cc 2971 && tree_to_poly_int64 (len).is_constant (&leni)
fold-const.cc 16784 size0 = tree_to_poly_int64 (sz0);
16801 size1 = tree_to_poly_int64 (sz1);
  /src/external/gpl3/gcc/dist/gcc/
vec-perm-indices.cc 300 builder->quick_push (tree_to_poly_int64 (VECTOR_CST_ENCODED_ELT (cst, i)));
ipa-prop.cc 1342 gcc_assert (!maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (rhs))),
5674 || maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (v))), size))
5751 || maybe_ne (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (v))), bit_size))
tree.h 4934 extern poly_int64 tree_to_poly_int64 (const_tree)
4956 tree_to_poly_int64 (const_tree t) function
5008 *value = tree_to_poly_int64 (t);
ipa-fnsummary.cc 1214 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op)));
1237 *size_p = tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (op)));
tree.cc 3315 tree_to_poly_int64 (const_tree t)
13347 baseoff = tree_to_poly_int64 (byte_position (TREE_OPERAND (ref, 1)));
13381 poly_int64 rsz = tree_to_poly_int64 (refsize);
13383 if (known_lt (tree_to_poly_int64 (memsize), rsz))
13427 poly_int64 memsz64 = memsize ? tree_to_poly_int64 (memsize) : 0;
3311 tree_to_poly_int64 (const_tree t) function
tree-ssa-math-opts.cc 3445 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (type)),
tree-ssa-reassoc.cc 5560 && maybe_le (tree_to_poly_int64 (TYPE_SIZE (TREE_TYPE (lhs))),
tree-ssa-sccvn.cc 3073 && tree_to_poly_int64 (len).is_constant (&leni)
fold-const.cc 17198 size0 = tree_to_poly_int64 (sz0);
17215 size1 = tree_to_poly_int64 (sz1);

Completed in 140 milliseconds