OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mult_set
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-affine.cc
884
Otherwise, if *
MULT_SET
is true, additionally compares CST and MULT,
886
two cases occur, true is returned, and CST is stored to MULT and
MULT_SET
892
bool *
mult_set
, poly_widest_int *mult)
898
if (*
mult_set
&& maybe_ne (*mult, 0))
900
*
mult_set
= true;
911
if (*
mult_set
&& maybe_ne (*mult, cst))
914
*
mult_set
= true;
926
bool
mult_set
= false;
local
941
&
mult_set
, mult))
951
&
mult_set
, mult)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc
882
Otherwise, if *
MULT_SET
is true, additionally compares CST and MULT,
884
two cases occur, true is returned, and CST is stored to MULT and
MULT_SET
890
bool *
mult_set
, poly_widest_int *mult)
896
if (*
mult_set
&& maybe_ne (*mult, 0))
898
*
mult_set
= true;
909
if (*
mult_set
&& maybe_ne (*mult, cst))
912
*
mult_set
= true;
924
bool
mult_set
= false;
local
939
&
mult_set
, mult))
949
&
mult_set
, mult)
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026