OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:for_cond
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc
668
isl_ast_expr *
for_cond
= isl_ast_node_for_get_cond (node_for);
local
669
gcc_assert (isl_ast_expr_get_type (
for_cond
) == isl_ast_expr_op);
671
switch (isl_ast_expr_get_op_type (
for_cond
))
674
res = isl_ast_expr_get_op_arg (
for_cond
, 1);
681
isl_val_int_from_si (isl_ast_expr_get_ctx (
for_cond
), 1);
682
isl_ast_expr *ub = isl_ast_expr_get_op_arg (
for_cond
, 1);
690
isl_ast_expr_free (
for_cond
);
/src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc
668
isl_ast_expr *
for_cond
= isl_ast_node_for_get_cond (node_for);
local
669
gcc_assert (isl_ast_expr_get_type (
for_cond
) == isl_ast_expr_op);
671
switch (isl_ast_expr_get_op_type (
for_cond
))
674
res = isl_ast_expr_get_op_arg (
for_cond
, 1);
681
isl_val_int_from_si (isl_ast_expr_get_ctx (
for_cond
), 1);
682
isl_ast_expr *ub = isl_ast_expr_get_op_arg (
for_cond
, 1);
690
isl_ast_expr_free (
for_cond
);
Completed in 28 milliseconds
Indexes created Sun Apr 05 00:22:41 UTC 2026