Home
last modified time | relevance | path

Searched refs:relation1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-range-fold.cc1406 relation_kind relation1 = handler1->op1_op2_relation (bool_one); in relation_fold_and_or() local
1408 if (relation1 == VREL_NONE || relation2 == VREL_NONE) in relation_fold_and_or()
1415 if (is_and && relation_intersect (relation1, relation2) == VREL_EMPTY) in relation_fold_and_or()
1419 else if (!is_and && relation_union (relation1, relation2) == VREL_NONE) in relation_fold_and_or()