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

  /src/external/gpl3/gcc/dist/gcc/
vr-values.h 56 bool op_with_boolean_value_range_p (tree, gimple *);
vr-values.cc 58 simplify_using_ranges::op_with_boolean_value_range_p (tree op, gimple *s) function in class:simplify_using_ranges
570 if (!op_with_boolean_value_range_p (op0, stmt))
574 if (!op_with_boolean_value_range_p (op1, stmt))
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.h 63 bool op_with_boolean_value_range_p (tree, gimple *);
vr-values.cc 490 simplify_using_ranges::op_with_boolean_value_range_p (tree op, gimple *s) function in class:simplify_using_ranges
2940 if (!op_with_boolean_value_range_p (op0, stmt))
2944 if (!op_with_boolean_value_range_p (op1, stmt))

Completed in 19 milliseconds