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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-fold.cc 1171 relation_kind relation1 = handler1.op1_op2_relation (bool_one, op1, op2); local
1173 if (relation1 == VREL_VARYING || relation2 == VREL_VARYING)
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 1406 relation_kind relation1 = handler1->op1_op2_relation (bool_one); local
1408 if (relation1 == VREL_NONE || relation2 == VREL_NONE)
1415 if (is_and && relation_intersect (relation1, relation2) == VREL_EMPTY)
1419 else if (!is_and && relation_union (relation1, relation2) == VREL_NONE)

Completed in 19 milliseconds