Searched refs:MultiVec (Results 1 – 1 of 1) sorted by relevance
4870 unsigned MultiVec; in swapCommutativeSMEOperands() local4875 MultiVec = 1; in swapCommutativeSMEOperands()4879 MultiVec = 2; in swapCommutativeSMEOperands()4883 MultiVec = 4; in swapCommutativeSMEOperands()4887 if (MultiVec > 0) in swapCommutativeSMEOperands()4888 for (unsigned I = 0; I < MultiVec; ++I) in swapCommutativeSMEOperands()4889 std::swap(Ops[I + 1], Ops[I + 1 + MultiVec]); in swapCommutativeSMEOperands()