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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-fold.cc 1172 relation_kind relation2 = handler2.op1_op2_relation (bool_one, op1, op2); local
1173 if (relation1 == VREL_VARYING || relation2 == VREL_VARYING)
1177 relation2 = relation_negate (relation2);
1180 if (is_and && relation_intersect (relation1, relation2) == VREL_UNDEFINED)
1184 else if (!is_and && relation_union (relation1, relation2) == VREL_VARYING)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-fold.cc 1407 relation_kind relation2 = handler2->op1_op2_relation (bool_one); local
1408 if (relation1 == VREL_NONE || relation2 == VREL_NONE)
1412 relation2 = relation_negate (relation2);
1415 if (is_and && relation_intersect (relation1, relation2) == VREL_EMPTY)
1419 else if (!is_and && relation_union (relation1, relation2) == VREL_NONE)

Completed in 20 milliseconds