Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Swapped

1340         bool Swapped = false, SomeOpMatched = false;
1364 if (BaseInst->getOperand(Swapped ? unsigned(!j) : j) != Op2) {
1369 // the swapped match.
1370 if (!Swapped && BaseInst->isCommutative() && !SomeOpMatched &&
1372 Swapped = true;