Searched refs:const_val (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.sbin/dhcpd/
H A Dtree.c105 nt->data.const_val.data = d;
106 nt->data.const_val.len = len;
130 buf = calloc(1, left->data.const_val.len
131 + right->data.const_val.len);
135 memcpy(buf, left->data.const_val.data,
136 left->data.const_val.len);
137 memcpy(buf + left->data.const_val.len,
138 right->data.const_val.data, right->data.const_val.len);
139 free(left->data.const_val
[all...]
H A Dtree.h65 struct const_val { struct in union:tree::__anon10587
68 } const_val; member in union:tree::__anon10587
/openbsd-current/gnu/gcc/gcc/
H A Dipa-cp.c464 tree const_val = NULL; local
467 const_val = fold_convert (tree_type, cvalue->value);
468 return const_val;
478 tree const_val; local
485 const_val = build_const_val (cvalue, type, TREE_TYPE (parm_tree));
486 constant_val_insert (fndecl, parm_tree, const_val);
854 tree const_val; local
860 const_val =
863 replace_map->new_tree = const_val;
869 const_val
[all...]
H A Dtree-ssa-ccp.c231 static prop_value_t *const_val; variable
402 prop_value_t *val = &const_val[SSA_NAME_VERSION (var)];
540 const_val = XNEWVEC (prop_value_t, num_ssa_names);
541 memset (const_val, 0, num_ssa_names * sizeof (*const_val));
612 substitute_and_fold (const_val, false);
614 free (const_val);
858 prop_value_t *val = get_value_loaded_by (stmt, const_val);
950 replace_uses_in (stmt, NULL, const_val);
1201 prop_value_t *nval = get_value_loaded_by (stmt, const_val);
[all...]
H A Dloop-iv.c1538 HOST_WIDE_INT const_val = INTVAL (op1); local
1539 unsigned HOST_WIDE_INT uconst_val = const_val;
1546 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1)
1547 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0));
1550 /* When cross-compiling, const_val might be sign-extended from
1553 if ((HOST_WIDE_INT) (const_val & max_val)
1556 code = GT, op1 = gen_int_mode (const_val - 1, mode);
H A Drtlanal.c4563 HOST_WIDE_INT const_val = INTVAL (op1);
4564 unsigned HOST_WIDE_INT uconst_val = const_val;
4571 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1)
4572 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0));
4575 /* When cross-compiling, const_val might be sign-extended from
4578 if ((HOST_WIDE_INT) (const_val & max_val)
4581 code = GT, op1 = gen_int_mode (const_val - 1, GET_MODE (op0));
4537 HOST_WIDE_INT const_val = INTVAL (op1); local
/openbsd-current/lib/libpcap/
H A Doptimize.c505 bpf_int32 const_val; member in struct:vmapinfo
539 vmap[val].const_val = v0;
567 a = vmap[v0].const_val;
568 b = vmap[v1].const_val;
748 b->s.k += vmap[val].const_val;
805 bpf_int32 v = vmap[val].const_val;
863 s->k += vmap[v].const_val;
896 s->k = -vmap[val[A_ATOM]].const_val;
951 s->k = vmap[val[X_ATOM]].const_val;
966 && vmap[val[A_ATOM]].const_val
[all...]
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml385 const_val:Llvm.llvalue ->
H A Dllvm_debuginfo.mli456 const_val:Llvm.llvalue ->
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c9567 HOST_WIDE_INT const_val = INTVAL (op1);
9568 unsigned HOST_WIDE_INT uconst_val = const_val;
9575 if ((unsigned HOST_WIDE_INT) const_val != max_val >> 1)
9576 code = LT, op1 = gen_int_mode (const_val + 1, GET_MODE (op0));
9579 /* When cross-compiling, const_val might be sign-extended from
9582 if ((HOST_WIDE_INT) (const_val & max_val)
9585 code = GT, op1 = gen_int_mode (const_val - 1, GET_MODE (op0));
9513 HOST_WIDE_INT const_val = INTVAL (op1); local

Completed in 590 milliseconds