Searched refs:commuteShuffle (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1345 // commuteShuffle - swaps the values of N1 and N2, and swaps all indices in
1348 static void commuteShuffle(SDValue &N1, SDValue &N2, SmallVectorImpl<int> &M) { function
1386 commuteShuffle(N1, N2, MaskVec);
1408 commuteShuffle(N1, N2, MaskVec);

Completed in 69 milliseconds