Home
last modified time | relevance | path

Searched refs:MultiVec (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10833 unsigned MultiVec; in swapCommutativeSMEOperands() local
10838 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()