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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25625 tree lower_op = TREE_OPERAND (match_expr, 0);
25631 if (TREE_CODE (lower_op) == GE_EXPR)
25633 else if (TREE_CODE (lower_op) == GT_EXPR)
25649 = analyze_discr_in_predicate (TREE_OPERAND (lower_op, 0),
25661 lower_cst = TREE_OPERAND (lower_op, 1);
25607 tree lower_op = TREE_OPERAND (match_expr, 0); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 25487 tree lower_op = TREE_OPERAND (match_expr, 0);
25493 if (TREE_CODE (lower_op) == GE_EXPR)
25495 else if (TREE_CODE (lower_op) == GT_EXPR)
25511 = analyze_discr_in_predicate (TREE_OPERAND (lower_op, 0),
25523 lower_cst = TREE_OPERAND (lower_op, 1);
25469 tree lower_op = TREE_OPERAND (match_expr, 0); local

Completed in 69 milliseconds