Lines Matching full: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;