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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 389 get_constant_value (tree var) function
977 /* This method just wraps GET_CONSTANT_VALUE for now. Over time
978 naked calls to GET_CONSTANT_VALUE should be eliminated in favor
984 return get_constant_value (op);
1249 tree tem = get_constant_value (op);
1271 tree tem = get_constant_value (op);
2389 tree align = get_constant_value (gimple_call_arg (stmt, 0));
2632 arg = get_constant_value (gimple_call_arg (stmt, 0));
2748 && (val = get_constant_value (lhs))
2817 && (val = get_constant_value (arg)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 387 get_constant_value (tree var) function
965 /* This method just wraps GET_CONSTANT_VALUE for now. Over time
966 naked calls to GET_CONSTANT_VALUE should be eliminated in favor
972 return get_constant_value (op);
1239 tree tem = get_constant_value (op);
1261 tree tem = get_constant_value (op);
2370 tree align = get_constant_value (gimple_call_arg (stmt, 0));
2612 arg = get_constant_value (gimple_call_arg (stmt, 0));
2728 && (val = get_constant_value (lhs))
2797 && (val = get_constant_value (arg)
    [all...]

Completed in 17 milliseconds