Searched refs:MultiVec (Results 1 – 1 of 1) sorted by relevance
10833 unsigned MultiVec; in swapCommutativeSMEOperands() local10838 MultiVec = 1; in swapCommutativeSMEOperands()10842 MultiVec = 2; in swapCommutativeSMEOperands()10846 MultiVec = 4; in swapCommutativeSMEOperands()10850 if (MultiVec > 0) in swapCommutativeSMEOperands()10851 for (unsigned I = 0; I < MultiVec; ++I) in swapCommutativeSMEOperands()10852 std::swap(Ops[I + 1], Ops[I + 1 + MultiVec]); in swapCommutativeSMEOperands()