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

  /src/external/gpl3/gcc/dist/gcc/
vr-values.cc 1286 tree innerop; local
1294 innerop = gimple_assign_rhs1 (def_stmt);
1297 innerop = TREE_OPERAND (gimple_assign_rhs1 (def_stmt), 0);
1298 if (!INTEGRAL_TYPE_P (TREE_TYPE (innerop)))
1305 if (TREE_CODE (innerop) == SSA_NAME
1306 && !POINTER_TYPE_P (TREE_TYPE (innerop))
1307 && !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (innerop)
1308 && desired_pro_or_demotion_p (TREE_TYPE (innerop), TREE_TYPE (op0)))
1312 if (query->range_of_expr (vr, innerop)
1318 && int_fits_type_p (op1, TREE_TYPE (innerop)))
1563 tree innerop, middleop, finaltype; local
    [all...]
vr-values.cc 1286 tree innerop; local
1294 innerop = gimple_assign_rhs1 (def_stmt);
1297 innerop = TREE_OPERAND (gimple_assign_rhs1 (def_stmt), 0);
1298 if (!INTEGRAL_TYPE_P (TREE_TYPE (innerop)))
1305 if (TREE_CODE (innerop) == SSA_NAME
1306 && !POINTER_TYPE_P (TREE_TYPE (innerop))
1307 && !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (innerop)
1308 && desired_pro_or_demotion_p (TREE_TYPE (innerop), TREE_TYPE (op0)))
1312 if (query->range_of_expr (vr, innerop)
1318 && int_fits_type_p (op1, TREE_TYPE (innerop)))
1563 tree innerop, middleop, finaltype; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 3668 tree innerop; local
3676 innerop = gimple_assign_rhs1 (def_stmt);
3679 innerop = TREE_OPERAND (gimple_assign_rhs1 (def_stmt), 0);
3680 if (!INTEGRAL_TYPE_P (TREE_TYPE (innerop)))
3687 if (TREE_CODE (innerop) == SSA_NAME
3688 && !POINTER_TYPE_P (TREE_TYPE (innerop))
3689 && !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (innerop)
3690 && desired_pro_or_demotion_p (TREE_TYPE (innerop), TREE_TYPE (op0)))
3692 const value_range *vr = query->get_value_range (innerop);
3698 && int_fits_type_p (op1, TREE_TYPE (innerop)))
3946 tree innerop, middleop, finaltype; local
    [all...]
vr-values.cc 3668 tree innerop; local
3676 innerop = gimple_assign_rhs1 (def_stmt);
3679 innerop = TREE_OPERAND (gimple_assign_rhs1 (def_stmt), 0);
3680 if (!INTEGRAL_TYPE_P (TREE_TYPE (innerop)))
3687 if (TREE_CODE (innerop) == SSA_NAME
3688 && !POINTER_TYPE_P (TREE_TYPE (innerop))
3689 && !SSA_NAME_OCCURS_IN_ABNORMAL_PHI (innerop)
3690 && desired_pro_or_demotion_p (TREE_TYPE (innerop), TREE_TYPE (op0)))
3692 const value_range *vr = query->get_value_range (innerop);
3698 && int_fits_type_p (op1, TREE_TYPE (innerop)))
3946 tree innerop, middleop, finaltype; local
    [all...]

Completed in 46 milliseconds