OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_range
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-range.cc
518
int_range_max range,
tmp_range
;
local
557
m_cache.block_range (
tmp_range
, bb, name, false) ||
558
m_cache.block_range (
tmp_range
, e->dest, name, false))
range-op.cc
2113
int_range_max
tmp_range
;
local
2119
op_rshift.fold_range (
tmp_range
, utype, tmp, op2);
2122
op_rshift.fold_range (
tmp_range
, utype, lhs, op2);
2138
wide_int new_ub = wi::bit_or (up_mask,
tmp_range
.upper_bound ());
2139
wide_int new_lb = wi::set_bit (
tmp_range
.lower_bound (), low_bits);
2141
tmp_range
.union_ (fill_range);
2144
range_cast (
tmp_range
, type);
2146
r.intersect (
tmp_range
);
/src/external/gpl3/gcc/dist/gcc/
gimple-range.cc
634
Value_Range
tmp_range
(TREE_TYPE (name));
639
m_cache.block_range (
tmp_range
, bb, name, false) ||
640
m_cache.block_range (
tmp_range
, e->dest, name, false))
range-op.cc
2701
int_range_max
tmp_range
;
local
2707
op_rshift.fold_range (
tmp_range
, utype, tmp, op2);
2710
op_rshift.fold_range (
tmp_range
, utype, lhs, op2);
2725
wide_int new_ub = wi::bit_or (up_mask,
tmp_range
.upper_bound ());
2726
wide_int new_lb = wi::set_bit (
tmp_range
.lower_bound (), low_bits);
2728
tmp_range
.union_ (fill_range);
2731
range_cast (
tmp_range
, type);
2733
r.intersect (
tmp_range
);
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026