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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25626 tree upper_op = TREE_OPERAND (match_expr, 1);
25638 if (TREE_CODE (upper_op) == LE_EXPR)
25640 else if (TREE_CODE (upper_op) == LT_EXPR)
25652 = analyze_discr_in_predicate (TREE_OPERAND (upper_op, 0),
25662 upper_cst = TREE_OPERAND (upper_op, 1);
25608 tree upper_op = TREE_OPERAND (match_expr, 1); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 25488 tree upper_op = TREE_OPERAND (match_expr, 1);
25500 if (TREE_CODE (upper_op) == LE_EXPR)
25502 else if (TREE_CODE (upper_op) == LT_EXPR)
25514 = analyze_discr_in_predicate (TREE_OPERAND (upper_op, 0),
25524 upper_cst = TREE_OPERAND (upper_op, 1);
25470 tree upper_op = TREE_OPERAND (match_expr, 1); local

Completed in 65 milliseconds