OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VREL_EMPTY
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
value-relation.cc
68
VREL_NONE, GE_EXPR, GT_EXPR, LE_EXPR, LT_EXPR,
VREL_EMPTY
, NE_EXPR, EQ_EXPR };
82
VREL_NONE, GT_EXPR, GE_EXPR, LT_EXPR, LE_EXPR,
VREL_EMPTY
, EQ_EXPR, NE_EXPR };
98
{ VREL_NONE, LT_EXPR, LE_EXPR, GT_EXPR, GE_EXPR,
VREL_EMPTY
, EQ_EXPR, NE_EXPR },
100
{ LT_EXPR, LT_EXPR, LT_EXPR,
VREL_EMPTY
,
VREL_EMPTY
,
VREL_EMPTY
,
VREL_EMPTY
, LT_EXPR },
102
{ LE_EXPR, LT_EXPR, LE_EXPR,
VREL_EMPTY
, EQ_EXPR,
VREL_EMPTY
, EQ_EXPR, LT_EXPR },
104
{ GT_EXPR,
VREL_EMPTY
, VREL_EMPTY, GT_EXPR, GT_EXPR, VREL_EMPTY, VREL_EMPTY, GT_EXPR }
[
all
...]
value-relation.h
47
//
VREL_EMPTY
: Impossible relation (ie, A < B && A > B produces
VREL_EMPTY
.
67
#define
VREL_EMPTY
LTGT_EXPR
range-op.cc
509
if (relation_intersect (rel, my_rel) ==
VREL_EMPTY
)
547
return
VREL_EMPTY
;
657
return
VREL_EMPTY
;
827
return
VREL_EMPTY
;
929
return
VREL_EMPTY
;
1031
return
VREL_EMPTY
;
1132
return
VREL_EMPTY
;
gimple-range-fold.cc
1415
if (is_and && relation_intersect (relation1, relation2) ==
VREL_EMPTY
)
Completed in 32 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026