Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Swapped

1188         bool Swapped = false, SomeOpMatched = false;
1212 if (BaseInst->getOperand(Swapped ? unsigned(!j) : j) != Op2) {
1217 // the swapped match.
1218 if (!Swapped && BaseInst->isCommutative() && !SomeOpMatched &&
1220 Swapped = true;