HomeSort by: relevance | last modified time | path
    Searched defs:crhs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
tree.c 3883 int crhs, clhs, llhs, lrhs; local
3913 crhs = data_subexpression_length (&lrhs,
3915 if (crhs == 0 || clhs == 0)
3940 crhs = data_subexpression_length (&lrhs,
3942 if (crhs == 0 || clhs == 0)
3953 crhs = data_subexpression_length (&lrhs,
3955 if (crhs == 0 || clhs == 0)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-phiopt.cc 1409 Here, carg is 4, oarg is 6, crhs is 0, and because
1415 crhs using ccode. */
1421 tree clhs = NULL_TREE, crhs = NULL_TREE; local
1430 crhs = gimple_assign_rhs2 (use_stmt);
1436 crhs = gimple_cond_rhs (use_stmt);
1440 && TREE_CODE (crhs) == INTEGER_CST)
1445 if (!tree_int_cst_equal (crhs, carg)
1446 && !tree_int_cst_equal (crhs, oarg))
1450 if (tree_int_cst_lt (crhs, carg)
1451 == tree_int_cst_lt (crhs, oarg)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-phiopt.cc 1298 Here, carg is 4, oarg is 6, crhs is 0, and because
1304 crhs using ccode. */
1310 tree clhs = NULL_TREE, crhs = NULL_TREE; local
1319 crhs = gimple_assign_rhs2 (use_stmt);
1325 crhs = gimple_cond_rhs (use_stmt);
1329 && TREE_CODE (crhs) == INTEGER_CST)
1334 if (!tree_int_cst_equal (crhs, carg)
1335 && !tree_int_cst_equal (crhs, oarg))
1339 if (tree_int_cst_lt (crhs, carg)
1340 == tree_int_cst_lt (crhs, oarg)
    [all...]
tree-ssa-math-opts.cc 5249 tree clhs, crhs; local
5254 crhs = gimple_cond_rhs (stmt);
5260 crhs = gimple_assign_rhs2 (stmt);
5265 if (TREE_CODE (clhs) != SSA_NAME || !integer_onep (crhs))

Completed in 20 milliseconds