OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:one_cst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
vr-values.cc
1408
tree
one_cst
= build_one_cst (case_label_type);
local
1418
= int_const_binop (PLUS_EXPR, vr_max,
one_cst
);
1426
= int_const_binop (MINUS_EXPR, vr_min,
one_cst
);
1436
= int_const_binop (MINUS_EXPR, vr_min,
one_cst
);
1444
= int_const_binop (PLUS_EXPR, vr_max,
one_cst
);
tree-vect-patterns.cc
3540
tree
one_cst
= build_one_cst (new_type);
local
3544
g = gimple_build_assign (shifted_op0, RSHIFT_EXPR, new_ops[0],
one_cst
);
3548
g = gimple_build_assign (shifted_op1, RSHIFT_EXPR, new_ops[1],
one_cst
);
3562
g = gimple_build_assign (carry, BIT_AND_EXPR, unmasked_carry,
one_cst
);
/src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc
3791
tree
one_cst
= build_one_cst (case_label_type);
local
3801
= int_const_binop (PLUS_EXPR, vr_max,
one_cst
);
3809
= int_const_binop (MINUS_EXPR, vr_min,
one_cst
);
3819
= int_const_binop (MINUS_EXPR, vr_min,
one_cst
);
3827
= int_const_binop (PLUS_EXPR, vr_max,
one_cst
);
tree-vect-patterns.cc
2431
tree
one_cst
= build_one_cst (new_type);
local
2435
g = gimple_build_assign (shifted_op0, RSHIFT_EXPR, new_ops[0],
one_cst
);
2439
g = gimple_build_assign (shifted_op1, RSHIFT_EXPR, new_ops[1],
one_cst
);
2453
g = gimple_build_assign (carry, BIT_AND_EXPR, unmasked_carry,
one_cst
);
Completed in 54 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026